forked from extern/shorewall_code
Fix DELAYBLACKLISTLOAD=No
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1637 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
20b0715586
commit
d8d466530f
@ -85,3 +85,5 @@ Changes since 2.0.3
|
|||||||
40) Implement DELAYBLACKLISTLOAD.
|
40) Implement DELAYBLACKLISTLOAD.
|
||||||
|
|
||||||
41) Avoid double-setting proxy arp flags.
|
41) Avoid double-setting proxy arp flags.
|
||||||
|
|
||||||
|
42) Fix DELAYBLACKLISTLOAD=No.
|
||||||
|
@ -5133,7 +5133,7 @@ setup_blacklist() {
|
|||||||
|
|
||||||
[ "$disposition" = REJECT ] && disposition=reject
|
[ "$disposition" = REJECT ] && disposition=reject
|
||||||
|
|
||||||
if [ -n "$DELAYBLACKLISTLOAD" ]; then
|
if [ -z "$DELAYBLACKLISTLOAD" ]; then
|
||||||
while read networks protocol ports; do
|
while read networks protocol ports; do
|
||||||
expandv networks protocol ports
|
expandv networks protocol ports
|
||||||
process_blacklist_rec
|
process_blacklist_rec
|
||||||
|
@ -61,6 +61,12 @@ Problems corrected since 2.1.8
|
|||||||
3) With complex proxy arp configurations involving two or more
|
3) With complex proxy arp configurations involving two or more
|
||||||
ordered pairs of interfaces, the /proc/sys/net/ipv4/conf/*/proxy_arp
|
ordered pairs of interfaces, the /proc/sys/net/ipv4/conf/*/proxy_arp
|
||||||
flags were sometimes set incorrectly. This has been fixed.
|
flags were sometimes set incorrectly. This has been fixed.
|
||||||
|
|
||||||
|
Problems corrected since 2.1.9
|
||||||
|
|
||||||
|
1) With DELAYBLACKLISTLOAD=No, the blacklist was previously not
|
||||||
|
loaded.
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
Issues when migrating from Shorewall 2.0 to Shorewall 2.1:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user