mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
Don't ignore route_rules file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5411 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
58eb0e4281
commit
32ab96b953
@ -2,6 +2,8 @@ Changes in 3.4.0 Final
|
|||||||
|
|
||||||
1) Add warning about 'loose' and 'balance'
|
1) Add warning about 'loose' and 'balance'
|
||||||
|
|
||||||
|
2) Fix route_rules processing.
|
||||||
|
|
||||||
Changes in 3.4.0 RC 2
|
Changes in 3.4.0 RC 2
|
||||||
|
|
||||||
1) No longer include params file in compiled output.
|
1) No longer include params file in compiled output.
|
||||||
|
@ -2160,6 +2160,7 @@ do_initialize() {
|
|||||||
strip_file_and_lib_load netmap nat
|
strip_file_and_lib_load netmap nat
|
||||||
strip_file policy
|
strip_file policy
|
||||||
strip_file_and_lib_load providers providers
|
strip_file_and_lib_load providers providers
|
||||||
|
strip_file_and_lib_load route_rules providers
|
||||||
strip_file_and_lib_load proxyarp proxyarp
|
strip_file_and_lib_load proxyarp proxyarp
|
||||||
strip_file rfc1918
|
strip_file rfc1918
|
||||||
strip_file routestopped
|
strip_file routestopped
|
||||||
|
@ -30,7 +30,7 @@ Release Highlights
|
|||||||
|
|
||||||
Problems Corrected in 3.4.0 Final
|
Problems Corrected in 3.4.0 Final
|
||||||
|
|
||||||
None.
|
1) The route_rules file was being ignored. This has been corrected.
|
||||||
|
|
||||||
Other Changes in 3.4.0 Final
|
Other Changes in 3.4.0 Final
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user