diff --git a/src/etc/inc/filter.inc b/src/etc/inc/filter.inc index 6f0bc46d05..be293cf430 100644 --- a/src/etc/inc/filter.inc +++ b/src/etc/inc/filter.inc @@ -2903,11 +2903,9 @@ function filter_generate_user_rule($rule) { * # keep state * works with TCP, UDP, and ICMP. * # modulate state - * works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) - * for packets matching this rule. + * deprecated * # synproxy state * proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. - * This option includes the functionality of keep state and modulate state combined. * # none * do not use state mechanisms to keep track. this is only useful if your doing advanced * queueing in certain situations. please check the faq. @@ -3360,7 +3358,6 @@ EOD; case "pptp": $ipfrules .= <<