Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2018 Changes in this version + func Configure4(iface netlink.Link, packet *dhcp4.Packet) error + func Configure6(iface netlink.Link, packet *dhcp6.Packet, iana *dhcp6opts.IANA) error + func IfUp(ifname string) (netlink.Link, error) + func WriteDNSSettings(ips []net.IP) error + type Packet4 struct + P *dhcp4.Packet + func NewPacket4(p *dhcp4.Packet) *Packet4 + func (p *Packet4) Boot() (url.URL, error) + func (p *Packet4) DNS() []net.IP + func (p *Packet4) Gateway() net.IP + func (p *Packet4) Lease() *net.IPNet + type Packet6 struct + func NewPacket6(p *dhcp6.Packet, ianaLease *dhcp6opts.IANA) *Packet6 + func (p *Packet6) Boot() (url.URL, string, error) + func (p *Packet6) DNS() []net.IP + func (p *Packet6) Lease() *dhcp6opts.IAAddr Incompatible versions in this module v4.0.0+incompatible Jan 27, 2019 v3.0.0+incompatible Nov 21, 2018 v2.0.0+incompatible Oct 1, 2018