diff --git a/serviceprobe.go b/serviceprobe.go index b5e17a6..156dc65 100644 --- a/serviceprobe.go +++ b/serviceprobe.go @@ -51,6 +51,7 @@ func listenForICMP6UNreachable() { if err != nil { // This can be due to ipv6 not enabled // In such a case probes for udp6 will not be available + icmpRunner <- true return } defer conn.Close()