cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
685 stars 230 forks source link

fix: use correct icmpv6 type for echo request #374

Closed lukaskoenen closed 1 year ago

lukaskoenen commented 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.

ader1990 commented 1 year ago

Thank you for the fix, much appreciated.