Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultHandler = "/usr/lib/net-dhcp/udhcpc-handler" VendorID = "docker-net-dhcp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DHCPClient ¶
type DHCPClient struct { Opts *DHCPClientOptions // contains filtered or unexported fields }
DHCPClient represents a udhcpc(6) client
func NewDHCPClient ¶
func NewDHCPClient(iface string, opts *DHCPClientOptions) (*DHCPClient, error)
NewDHCPClient creates a new udhcpc(6) client
type DHCPClientOptions ¶
Click to show internal directories.
Click to hide internal directories.