From 4bc3dc19fb2d8b0b413f50f2bbe800a266160990 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 29 May 2007 23:14:01 +0000 Subject: [PATCH] Use keep state instead of modulate state --- etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index e86e4627ea..90e87b48b8 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2617,7 +2617,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;