Skip to content

Commit

Permalink
Fixed probes for ep6
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Dec 18, 2024
1 parent c82d12c commit 760c193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serviceprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 760c193

Please sign in to comment.