Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144865416
D37460.id113407.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37460.id113407.diff
View Options
diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20221122:
+ pf no longer accepts 'scrub fragment crop' or 'scrub fragment drop-ovl'.
+ These configurations are no longer automatically reinterpreted as
+ 'scrub fragment reassemble'.
+
20221121:
The WITHOUT_CLANG_IS_CC option has been removed. When Clang is enabled
it is always installed as /usr/bin/cc (and c++, cpp).
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -492,7 +492,7 @@
%token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
%token MINTTL ERROR ALLOWOPTS FASTROUTE FILENAME ROUTETO DUPTO REPLYTO NO LABEL
%token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
-%token REASSEMBLE FRAGDROP FRAGCROP ANCHOR NATANCHOR RDRANCHOR BINATANCHOR
+%token REASSEMBLE ANCHOR NATANCHOR RDRANCHOR BINATANCHOR
%token SET OPTIMIZATION TIMEOUT LIMIT LOGINTERFACE BLOCKPOLICY FAILPOLICY
%token RANDOMID REQUIREORDER SYNPROXY FINGERPRINTS NOSYNC DEBUG SKIP HOSTID
%token ANTISPOOF FOR INCLUDE KEEPCOUNTERS SYNCOOKIES L3
@@ -1529,8 +1529,6 @@
;
fragcache : FRAGMENT REASSEMBLE { $$ = PFRULE_REASSEMBLE_FRAG; }
- | FRAGMENT FRAGCROP { $$ = PFRULE_REASSEMBLE_FRAG; }
- | FRAGMENT FRAGDROP { $$ = PFRULE_REASSEMBLE_FRAG; }
;
antispoof : ANTISPOOF logquick antispoof_ifspc af antispoof_opts {
@@ -6130,14 +6128,12 @@
{ "cbq", CBQ},
{ "code", CODE},
{ "codelq", CODEL},
- { "crop", FRAGCROP},
{ "debug", DEBUG},
{ "divert-reply", DIVERTREPLY},
{ "divert-to", DIVERTTO},
{ "dnpipe", DNPIPE},
{ "dnqueue", DNQUEUE},
{ "drop", DROP},
- { "drop-ovl", FRAGDROP},
{ "dup-to", DUPTO},
{ "ether", ETHER},
{ "fail-policy", FAILPOLICY},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 14, 1:41 PM (1 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28701955
Default Alt Text
D37460.id113407.diff (1 KB)
Attached To
Mode
D37460: pf: drop support for fragment crop|drop-ovl
Attached
Detach File
Event Timeline
Log In to Comment