Skip to content
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

dhcp client #20

Open
ipartner opened this issue May 13, 2015 · 3 comments
Open

dhcp client #20

ipartner opened this issue May 13, 2015 · 3 comments

Comments

@ipartner
Copy link

Hi.
There is a way to create a dhcp client with this library?

@michaelharo
Copy link
Contributor

yes - Line 151 of packet.go says "// Creates a request packet that a Client would send to a server."

@d2g
Copy link

d2g commented May 14, 2015

I've been working on a client package (https://github.com/d2g/dhcp4client) which adds some wrappers to the functionality provided by this package.

@ipartner
Copy link
Author

Nice, I will look at it.
Edit:
Sadly looks like depends on golang.org/x/sys/unix which have a bug in 1.4
golang/go#10854
hoping the bug gets fixed. meanwile i had to move all the arm64 and ppc files outside the directory to the lib to be compiled.

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

No branches or pull requests

3 participants