Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137951526
D2197.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
383 B
Referenced Files
None
Subscribers
None
D2197.diff
View Options
Index: head/sys/netpfil/pf/pf_norm.c
===================================================================
--- head/sys/netpfil/pf/pf_norm.c
+++ head/sys/netpfil/pf/pf_norm.c
@@ -1152,6 +1152,7 @@
for (t = m; m; m = t) {
t = m->m_nextpkt;
m->m_nextpkt = NULL;
+ m->m_flags |= M_SKIP_FIREWALL;
memset(&pd, 0, sizeof(pd));
pd.pf_mtag = pf_find_mtag(m);
if (error == 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 3:10 PM (10 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26286752
Default Alt Text
D2197.diff (383 B)
Attached To
Mode
D2197: pf: Skip firewall for refragmented ip6 packets
Attached
Detach File
Event Timeline
Log In to Comment