Use keep state instead of modulate state

This commit is contained in:
Scott Ullrich 2007-05-29 23:14:01 +00:00
parent 4126f8a509
commit 4bc3dc19fb

View File

@ -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;