Categorygithub.com/digineo/go-dhclient
modulepackage
1.0.2
Repository: https://github.com/digineo/go-dhclient.git
Documentation: pkg.go.dev

# README

go-dhclient

CircleCI Codecov Go Report Card

go-dhclient is a DHCPv4 client library written in Go. It uses raw sockets and binds them to a specific interface. Callback functions are triggered on binding or expiration of a lease.

See main.go for example code.

Dependencies

# Packages

No description provided by the author

# Variables

DefaultParamsRequestList is a list of params to be requested from the server.

# Structs

Client is a DHCP client instance.
Lease is an assignment by the DHCP server.
Option is a DHCP option field.

# Type aliases

Callback is a function called on certain events.