Categorygithub.com/mergetb/dhcp4
repositorypackage
1.0.0
Repository: https://github.com/mergetb/dhcp4.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

dhcp4

CircleCI Go Report Card GoDoc License

Package dhcp4 is an IPv4 DHCP library as described in RFC 2131, 2132, and 3396.

It implements encoding and decoding of DHCP messages in dhcp4. Option parsing is in the dhcp4opts package; a simple client is included in dhcp4client. Some day, there may be a server.

If you are already using another IPv4 DHCP library like krolaw's, you can still use dhcp4opts to decode options not implemented in krolaw's DHCP library.