Fix multiple blacklist interface bug

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1496 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-07-25 17:55:29 +00:00
parent 4ad2796b2b
commit 0a25b97f5b
3 changed files with 6 additions and 1 deletions

View File

@ -40,3 +40,5 @@ Changes in 2.0.7
2) Consult PKTTYPE when generating 'REJECT' rules.
3) Enhance IP/Routing output in "shorewall status".
4) Correct handling of multiple 'blacklist' interfaces.

View File

@ -4538,7 +4538,7 @@ process_blacklist_rec() {
# Setup the Black List
#
setup_blacklist() {
local hosts=$(find_hosts_by_option blacklist)
local hosts="$(find_hosts_by_option blacklist)"
local f=$(find_file blacklist)
local disposition=$BLACKLIST_DISPOSITION

View File

@ -48,6 +48,9 @@ Problems Corrected in version 2.0.7
support are likely to see messages reporting this violation.
Setting PKTTYPE=No should cause these messages to cease.
2) Multiple interfaces with the 'blacklist' option no longer result in
an error message at startup.
New Features in version 2.0.7
1) To improve supportability, the "shorewall status" command now