From dfaaa729c3d41703f5657fa5ce37a810f649300e Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 6 Apr 2016 19:50:39 -0500 Subject: [PATCH] Deprecate references to modulate state. Remove rule allowing TCP 1723 inbound when PPTP client is in use, as that's unnecessary. --- src/etc/inc/filter.inc | 5 +---- src/usr/local/www/firewall_rules_edit.php | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) 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 .= <<