summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 00:33:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 00:33:05 +0000
commit31dc3ad0b834b39a264f5a665753f30e9173801d (patch)
treeff5af12211f3014bd1f9e7bcb9afd0ffa6ac9ef0 /etc
parent036f7009a3b19b79d68f937442f0fc199ad53cc0 (diff)
downloadpfsense-31dc3ad0b834b39a264f5a665753f30e9173801d.zip
pfsense-31dc3ad0b834b39a264f5a665753f30e9173801d.tar.gz
Fix a XXX
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 26f410d..ba70ff3 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1853,6 +1853,9 @@ EOD;
# PPTPd rules
anchor "pptp"
+#pass quick proto gre from any to $pptpdtarget keep state label "allow gre pptpd"
+#pass quick proto tcp from any to $pptpdtarget port = 1723 keep state label "allow pptpd $pptpdtarget"
+# XXX: fix me!
pass quick proto gre from any to any keep state label "allow gre pptpd"
pass quick proto tcp from any to any port = 1723 keep state label "allow pptpd $pptpdtarget"
OpenPOWER on IntegriCloud