Fix FW=xxx with IPSECFILE=ipsec

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6451 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-29 22:24:37 +00:00
parent 7be61b6e53
commit eb096cdc01
3 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in 4.0.0 Beta 3
1) Fix the 'Modules' output of 'dump' 1) Fix the 'Modules' output of 'dump'
2) Fix FW=xxx with IPSECFILE=ipsec.
Changes in 4.0.0 Beta 2 Changes in 4.0.0 Beta 2
1) Fix screwup in get_routed_networks(). 1) Fix screwup in get_routed_networks().

View File

@ -2140,5 +2140,5 @@ do_initialize() {
strip_file_and_lib_load tunnels tunnels strip_file_and_lib_load tunnels tunnels
fi fi
FW= [ "$IPSECFILE" = zones ] && FW=
} }

View File

@ -20,6 +20,9 @@ Problems corrected in 4.0.0 Beta 3.
1) The 'Modules' output of the 'shorewall[-lite] dump command now 1) The 'Modules' output of the 'shorewall[-lite] dump command now
works correctly with 2.6.20 and later Kernels. works correctly with 2.6.20 and later Kernels.
2) Setting FW in shorewall.conf to something other than 'fw' now works
again with IPSECFILE=ipsec.
Other changes in Shorewall 4.0.0 Beta 3. Other changes in Shorewall 4.0.0 Beta 3.
None. None.