Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131921814
D19969.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D19969.id.diff
View Options
Index: head/sys/netinet6/raw_ip6.c
===================================================================
--- head/sys/netinet6/raw_ip6.c
+++ head/sys/netinet6/raw_ip6.c
@@ -243,6 +243,12 @@
in6_cksum(m, proto, *offp,
m->m_pkthdr.len - *offp)) {
RIP6STAT_INC(rip6s_badsum);
+ /*
+ * Drop the received message, don't send an
+ * ICMP6 message. Set proto to IPPROTO_NONE
+ * to achieve that.
+ */
+ proto = IPPROTO_NONE;
goto skip_2;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 13, 5:51 AM (15 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23635421
Default Alt Text
D19969.id.diff (488 B)
Attached To
Mode
D19969: Don't send ICMPv6 packets when the checksum is wrong
Attached
Detach File
Event Timeline
Log In to Comment