Skip to content
Snippets Groups Projects
Commit f9727001 authored by Guillaume Valadon's avatar Guillaume Valadon
Browse files

IPv6 next header field was overloaded twice in ICMPv6MLDone()

--HG--
branch : Issue #5100 - errata
parent e1d0631a
No related branches found
No related tags found
No related merge requests found
......@@ -1337,7 +1337,7 @@ class ICMPv6MLReport(_ICMPv6ML): # RFC 2710
class ICMPv6MLDone(_ICMPv6ML): # RFC 2710
name = "MLD - Multicast Listener Done"
type = 132
overload_fields = {IPv6: { "dst": "ff02::2", "hlim": 1}}
overload_fields = {IPv6: { "dst": "ff02::2", "hlim": 1, "nh": 58}}
########## ICMPv6 MRD - Multicast Router Discovery (RFC 4286) ###############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment