From 335d33c35a5fc90e6af1aab4c2674e8ce60ad107 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 25 Jan 2005 21:25:43 +0000 Subject: [PATCH] Fix IPP2P git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1920 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index eb6618060..8f7e72314 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -3968,9 +3968,10 @@ add_a_rule() proto= ;; ipp2p) - sports="-m ipp2p --${port:-ipp2p}" + dports="-m ipp2p --${port:-ipp2p}" port= proto=tcp + do_ports ;; *) [ -n "$port" ] && \