mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
Move fix for missing OUTPUT chains to Shorewall-perl where it belongs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6602 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
77fc4152b7
commit
0c8988a67f
@ -174,7 +174,6 @@ add_to_zone() # $1...${n-1} = <interface>[:<hosts>] $n = zone
|
||||
# Insert new rules into the filter table for the passed interface
|
||||
#
|
||||
while read z1 z2 chain; do
|
||||
[ -z "$chain" ] && continue
|
||||
[ "$z1" = "$z2" ] && op="-I" || op="-A"
|
||||
if [ "$z1" = "$zone" ]; then
|
||||
if [ "$z2" = "$FW" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user