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:
teastep 2007-05-03 00:11:56 +00:00
parent 7af29213b8
commit 8cafcac8db

View File

@ -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
;;