From e136fd88688e765c4d95f1d52ae927bc6990c7cc Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 25 Jan 2005 22:07:50 +0000 Subject: [PATCH] Fix IPP2P git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1921 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- LrpN/usr/share/shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LrpN/usr/share/shorewall/firewall b/LrpN/usr/share/shorewall/firewall index c5766091d..8f7e72314 100755 --- a/LrpN/usr/share/shorewall/firewall +++ b/LrpN/usr/share/shorewall/firewall @@ -3968,7 +3968,7 @@ add_a_rule() proto= ;; ipp2p) - sport="-m ipp2p --${port:-ipp2p}" + dports="-m ipp2p --${port:-ipp2p}" port= proto=tcp do_ports