forked from extern/shorewall_code
Fix action DEST handling
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6202 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7af29213b8
commit
8cafcac8db
@ -145,6 +145,10 @@ add_an_action()
|
||||
case "$server" in
|
||||
-)
|
||||
;;
|
||||
*:*)
|
||||
action_interface_verify ${server%:*}
|
||||
serv="$(match_dest_dev ${server%:*}) $(dest_ip_range ${server#*:})"
|
||||
;;
|
||||
*.*.*|+*|!+*)
|
||||
serv=$server
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user