This patch fixes the following issue related to the IPPROTO_IPV6 level socket option IPV6_CHECKSUM:
When receiving a packet with an incorrect checksum, just discard it and don't send an ICMP message indicating a parameter problem.
Differential D19969
Don't send ICMPv6 packets when the checksum is wrong tuexen on Apr 19 2019, 4:46 PM. Authored by Tags None Referenced Files
Details This patch fixes the following issue related to the IPPROTO_IPV6 level socket option IPV6_CHECKSUM: When receiving a packet with an incorrect checksum, just discard it and don't send an ICMP message indicating a parameter problem.
Diff Detail
Event TimelineComment Actions Again, can you you please mention rip6_input() in the commit message? No matter how often I read the message I still wonder "why discard rather than sending an ICMPv6 message?" Maybe elaborating on it a bit more might help.
|