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:
teastep 2007-02-16 16:05:36 +00:00
parent 58eb0e4281
commit 32ab96b953
3 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in 3.4.0 Final
1) Add warning about 'loose' and 'balance'
2) Fix route_rules processing.
Changes in 3.4.0 RC 2
1) No longer include params file in compiled output.

View File

@ -2160,6 +2160,7 @@ do_initialize() {
strip_file_and_lib_load netmap nat
strip_file policy
strip_file_and_lib_load providers providers
strip_file_and_lib_load route_rules providers
strip_file_and_lib_load proxyarp proxyarp
strip_file rfc1918
strip_file routestopped

View File

@ -30,7 +30,7 @@ Release Highlights
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