forked from extern/shorewall_code
Correct rule processing bug in 1.3.7
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@212 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d4190c5892
commit
2ef1dbf0af
@ -1661,7 +1661,7 @@ add_a_rule()
|
|||||||
multiport="$multioption"
|
multiport="$multioption"
|
||||||
dports="--dports"
|
dports="--dports"
|
||||||
fi
|
fi
|
||||||
dports="$dports $ports"
|
dports="$dports $port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
||||||
|
@ -1661,7 +1661,7 @@ add_a_rule()
|
|||||||
multiport="$multioption"
|
multiport="$multioption"
|
||||||
dports="--dports"
|
dports="--dports"
|
||||||
fi
|
fi
|
||||||
dports="$dports $ports"
|
dports="$dports $port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
||||||
|
@ -1661,7 +1661,7 @@ add_a_rule()
|
|||||||
multiport="$multioption"
|
multiport="$multioption"
|
||||||
dports="--dports"
|
dports="--dports"
|
||||||
fi
|
fi
|
||||||
dports="$dports $ports"
|
dports="$dports $port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
if [ -n "$cport" -a "x${cport}" != "x-" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user