Correct odd whitespace problem

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2721 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-21 19:01:18 +00:00
parent 4bb878d2f3
commit 0b896f8c65

View File

@ -3196,7 +3196,7 @@ process_tc_rule()
ipp2p|IPP2P)
[ "x$port" = "x-" ] && port="ipp2p"
r="${r}-p tcp -m ipp2p --${port} "
          ;;
;;
icmp|ICMP|1)
r="${r}-p icmp "
[ "x$port"   = "x-" ] || r="${r}--icmp-type $port"