diff --git a/scapy/layers/inet6.py b/scapy/layers/inet6.py
index 9340cd396bc7e6369e333f8457af57f68368e6c6..5346a1f3235e2931d002d79fcb1640533184d7b7 100644
--- a/scapy/layers/inet6.py
+++ b/scapy/layers/inet6.py
@@ -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) ###############