mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
Fix PROTO fix fix
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1098 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
304a502d38
commit
f67cb1eab8
@ -2375,7 +2375,7 @@ process_action() # $1 = action
|
||||
|
||||
# Generate Netfilter rule(s)
|
||||
|
||||
[ "x$protocol"="x-" ] && protocol=all || protocol=${protocol:=all}
|
||||
[ "x$protocol" = "x-" ] && protocol=all || protocol=${protocol:=all}
|
||||
|
||||
if [ -n "$MULTIPORT" ] && \
|
||||
! list_search $protocol "icmp" "ICMP" "1" && \
|
||||
|
Loading…
Reference in New Issue
Block a user