summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index b989b69..0c3657c 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2615,7 +2615,7 @@ EOD;
# PPTPd rules
anchor "pptp"
-pass quick proto gre from any to $pptpdtarget modulate state label "allow gre pptpd"
+pass quick proto gre from any to $pptpdtarget keep state label "allow gre pptpd"
pass in quick on \$wan proto tcp from any to $pptpdtarget port = 1723 modulate state label "allow pptpd {$pptpdtarget}"
EOD;
OpenPOWER on IntegriCloud