Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146073651
D46575.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
385 B
Referenced Files
None
Subscribers
None
D46575.diff
View Options
diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c
--- a/sys/netpfil/pf/pf.c
+++ b/sys/netpfil/pf/pf.c
@@ -8828,14 +8828,12 @@
break;
}
-#ifdef INET6
case IPPROTO_ICMPV6: {
action = PF_DROP;
DPFPRINTF(PF_DEBUG_MISC,
("pf: dropping IPv4 packet with ICMPv6 payload\n"));
goto done;
}
-#endif
default:
action = pf_test_state_other(&s, kif, m, &pd);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 28, 2:10 PM (5 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29071430
Default Alt Text
D46575.diff (385 B)
Attached To
Mode
D46575: pf: always drop ICMPv6 in IPv4 datagrams
Attached
Detach File
Event Timeline
Log In to Comment