git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2090 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-06 23:49:03 +00:00
parent 58f5be2670
commit 0ab415a9c8

View File

@ -632,7 +632,7 @@ dest_ip_range() # $1 = Address or Address Range
echo "-m set ! $(get_set_flags ${1#!} dst)"
;;
+*)
ipset_echo "-m set $(get_set_flags ${1#+} dst)"
echo "-m set $(get_set_flags ${1#+} dst)"
;;
*)
echo "-d $1"