-
Notifications
You must be signed in to change notification settings - Fork 1
update and tidy dependencies #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…going ping interface
…ation of ping check
| if err != nil { | ||
| log.Println("DHCPv4 check reported an error: ", err) | ||
| } | ||
| //log.Printf("Got IP %s/%d", yourIPAddr.String(), prefixBits) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, accidentally created this MR from master and not a topic branch 🙃 and then made some further changes for my use case...
| if err != nil { | ||
| log.Println("DHCPv4 check reported an error: ", err) | ||
| } | ||
| //log.Printf("Got IPv6 %s/%d", yourIP6Addr.String(), prefix6Bits) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover?
|
Thanks for the help! This have now been included in pull/8 reach out if we misunderstood anything |
In order to update dependencies to work with linker changes in go >= 1.23