Bug 214793 - Missing mention of automatic ICMPv6 checksum calculation when using raw sockets
Summary: Missing mention of automatic ICMPv6 checksum calculation when using raw sockets
Status: NEW
Alias: None
Product: Documentation
Classification: Unclassified
Component: man-pages (show other bugs)
Hardware: All Linux
: P1 low
Assignee: documentation_man-pages@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-22 19:51 UTC by Viktor Rucký
Modified: 2021-10-22 19:51 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Viktor Rucký 2021-10-22 19:51:20 UTC
There is no mention of the fact that a socket of type AF_INET6 with protocol IPPROTO_ICMPV6 performs automatic calculation of the ICMPv6 checksum field when data is sent on the socket. This is distinct from how IPv4 ICMP sockets work.

As the ipv6 man page says that "the IPv6 API aims to be mostly compatible with the IPv4 API. Only differences are described in this man page." I do believe that the mention of the different behaviour should appear at least somewhere in the man pages. Notably the ip and raw man pages.

Note You need to log in before you can comment on or make changes to this bug.