mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Simplify dynamic blacklist restoration
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1829 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8e0daba796
commit
368b397c99
@ -183,3 +183,6 @@ Changes since 2.0.3
|
||||
89) Clarify add/delete syntax in /sbin/shorewall usage summary.
|
||||
|
||||
90) Implement OpenVPN TCP support
|
||||
|
||||
91) Simplify the absurdly over-engineered code that restores the
|
||||
dynamic chain.
|
||||
|
@ -5685,7 +5685,7 @@ initialize_netfilter () {
|
||||
while read target ignore1 ignore2 address rest; do
|
||||
case $target in
|
||||
DROP|reject)
|
||||
run_iptables2 -A dynamic $(source_ip_range $address) -j $target
|
||||
run_iptables -A dynamic -s $address -j $target
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
@ -193,7 +193,7 @@ Problems corrected since 2.2.0 Beta 8:
|
||||
help summary produced by /sbin/shorewall.
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.2:
|
||||
|
||||
1) Shorewall configuration files except shorewall.conf are now empty
|
||||
(they contain only comments). If you wish to retain the defaults
|
||||
|
Loading…
Reference in New Issue
Block a user