Skip to content

Conversation

@wwijkander
Copy link

go get -u
go mod tidy

In order to update dependencies to work with linker changes in go >= 1.23

if err != nil {
log.Println("DHCPv4 check reported an error: ", err)
}
//log.Printf("Got IP %s/%d", yourIPAddr.String(), prefixBits)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover?

Copy link
Author

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover?

@zeidlitz
Copy link
Contributor

Thanks for the help! This have now been included in pull/8 reach out if we misunderstood anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants