mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 11:41:26 +02:00
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:
parent
8c0169e4ad
commit
bb5d8c8314
@ -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
|
Changes in 4.0.0 Beta 2
|
||||||
|
|
||||||
1) Fix screwup in get_routed_networks().
|
1) Fix screwup in get_routed_networks().
|
||||||
|
@ -698,7 +698,7 @@ dump_command() {
|
|||||||
|
|
||||||
if qt mywhich lsmod; then
|
if qt mywhich lsmod; then
|
||||||
heading "Modules"
|
heading "Modules"
|
||||||
lsmod | grep -E '^ip_|^ipt_|^iptable_'
|
lsmod | grep -E '^(ip_|ipt_|iptable_|nf_|xt_)' | sort
|
||||||
fi
|
fi
|
||||||
|
|
||||||
determine_capabilities
|
determine_capabilities
|
||||||
|
@ -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
|
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 must install Shorewall and at least one of the compiler packages
|
||||||
(you may install them both).
|
(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
|
1) The 'Modules' output of the 'shorewall[-lite] dump command now
|
||||||
default route, an iptables-restore failure previously resulted.
|
works correctly with 2.6.20 and later Kernels.
|
||||||
|
|
||||||
2) Specifying a BURST/LIMIT in the policy file no longer causes
|
Other changes in Shorewall 4.0.0 Beta 3.
|
||||||
iptables-restore to fail. Additionally, the BURST/LIMIT column is
|
|
||||||
more carefully checked than previously.
|
|
||||||
|
|
||||||
Other changes in Shorewall 4.0.0 Beta 2.
|
None.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
Migration Considerations:
|
Migration Considerations:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user