Skip to content

Commit

Permalink
Merge pull request #32 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - Fixed probes for ep6
  • Loading branch information
TrekkieCoder authored Dec 18, 2024
2 parents c82d12c + 760c193 commit 6a44933
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 6a44933

Please sign in to comment.