From c457976d17025f35d1624d0e40fe05c7fa35e2f4 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 27 Aug 2005 19:11:46 +0000 Subject: [PATCH] Fix typo in openvpnclient handling git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2573 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index d0cd511fa..d3dbfb41c 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -2329,7 +2329,7 @@ setup_tunnels() # $1 = name of tunnels file ;; esac - addrule2 $inchain -p $protocol $(source_ip_range $1) --dsport $p -j ACCEPT + addrule2 $inchain -p $protocol $(source_ip_range $1) --sport $p -j ACCEPT addrule2 $outchain -p $protocol $(dest_ip_range $1) --dport $p -j ACCEPT progress_message " OPENVPN client tunnel to $1:$protocol:$p defined."