mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
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:
parent
7be61b6e53
commit
eb096cdc01
@ -2,6 +2,8 @@ Changes in 4.0.0 Beta 3
|
||||
|
||||
1) Fix the 'Modules' output of 'dump'
|
||||
|
||||
2) Fix FW=xxx with IPSECFILE=ipsec.
|
||||
|
||||
Changes in 4.0.0 Beta 2
|
||||
|
||||
1) Fix screwup in get_routed_networks().
|
||||
|
@ -2140,5 +2140,5 @@ do_initialize() {
|
||||
strip_file_and_lib_load tunnels tunnels
|
||||
fi
|
||||
|
||||
FW=
|
||||
[ "$IPSECFILE" = zones ] && FW=
|
||||
}
|
||||
|
@ -20,6 +20,9 @@ Problems corrected in 4.0.0 Beta 3.
|
||||
1) The 'Modules' output of the 'shorewall[-lite] dump command now
|
||||
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.
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user