Fix 'Modules' output of 'shorewall dump'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6443 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-26 21:09:10 +00:00
parent 8c0169e4ad
commit bb5d8c8314
3 changed files with 11 additions and 13 deletions

View File

@ -1,3 +1,7 @@
Changes in 4.0.0 Beta 3
1) Fix the 'Modules' output of 'dump'
Changes in 4.0.0 Beta 2
1) Fix screwup in get_routed_networks().

View File

@ -698,7 +698,7 @@ dump_command() {
if qt mywhich lsmod; then
heading "Modules"
lsmod | grep -E '^ip_|^ipt_|^iptable_'
lsmod | grep -E '^(ip_|ipt_|iptable_|nf_|xt_)' | sort
fi
determine_capabilities

View File

@ -1,4 +1,4 @@
Shorewall 4.0.0 Beta 2
Shorewall 4.0.0 Beta 3
----------------------------------------------------------------------------
R E L E A S E H I G H L I G H T S
----------------------------------------------------------------------------
@ -15,20 +15,14 @@ Shorewall 4.0.0 Beta 2
You must install Shorewall and at least one of the compiler packages
(you may install them both).
Problems corrected in 4.0.0 Beta 1.
Problems corrected in 4.0.0 Beta 3.
1) If an interfaces named in the SOURCE column of /etc/shorewall/masq had a
default route, an iptables-restore failure previously resulted.
1) The 'Modules' output of the 'shorewall[-lite] dump command now
works correctly with 2.6.20 and later Kernels.
2) Specifying a BURST/LIMIT in the policy file no longer causes
iptables-restore to fail. Additionally, the BURST/LIMIT column is
more carefully checked than previously.
Other changes in Shorewall 4.0.0 Beta 3.
Other changes in Shorewall 4.0.0 Beta 2.
1) The 'initdone' extension script has been restored as a compile-time
script. The 'maclog' extension script has been converted from a
run-time script to a compile-time script.
None.
Migration Considerations: