Closed lukaskoenen closed 1 year ago
ICMPv6 uses different message types than ICMPv4. So in order to enable ICMPv6 echo requests we have to used message type 128 instead of 8. See https://de.wikipedia.org/wiki/ICMPv6 for reference.
Thank you for the fix, much appreciated.
ICMPv6 uses different message types than ICMPv4. So in order to enable ICMPv6 echo requests we have to used message type 128 instead of 8. See https://de.wikipedia.org/wiki/ICMPv6 for reference.