Fix IPP2P

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1919 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-01-25 21:23:14 +00:00
parent 6b86727898
commit cecdc40613

View File

@ -3968,10 +3968,9 @@ add_a_rule()
proto= proto=
;; ;;
ipp2p) ipp2p)
sport="-m ipp2p --${port:-ipp2p}" sports="-m ipp2p --${port:-ipp2p}"
port= port=
proto=tcp proto=tcp
do_ports
;; ;;
*) *)
[ -n "$port" ] && \ [ -n "$port" ] && \