summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-29 23:13:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-29 23:13:49 +0000
commitb0b774b4535655fb38c820004d9d2407ac48d7cc (patch)
tree3ac65605b0688aa2cff8735faeeb86d697eebb23 /etc/inc/filter.inc
parent1663ec3487a3b741ae5b81510128ba1dba2636d9 (diff)
downloadpfsense-b0b774b4535655fb38c820004d9d2407ac48d7cc.zip
pfsense-b0b774b4535655fb38c820004d9d2407ac48d7cc.tar.gz
Use keep state instead of modulate state
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