ICMPV6: Wrong Checksum for Packets with Payload Size == 8 #3668
Labels
Area: network
Area: Networking
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Milestone
When I have an ICMPV6 packet with an (ipv6) payload of 8, then the icmp code complains about a wrong checksum (gnrc_icmpv6.c).
I can also notice a 2 bytes padding in wireshark at the end of the frame (and marked as
VSS-Monitoring ethernet trailer, Source Port: 0
)Rationale:
DAO-ACK
s are only 8 byte of data if theDODAG-ID
is omitted, but they never reach theRPL
thread, because the icmpv6 code discards them.The text was updated successfully, but these errors were encountered: