forked from extern/shorewall_code
Fix IPP2P
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1919 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6b86727898
commit
cecdc40613
@ -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" ] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user