//
pkg.gl
Category
github.com/hashicorp/vic
lib
dhcp
client
package
1.5.0
Repository:
https://github.com/hashicorp/vic.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
15
Dependents
0
Files
484 SLOC
#
Functions
NewClient
NewClient creates a new DHCP client.
NewID
NewID generates a DHCPv4 client ID, per https://tools.ietf.org/html/rfc4361#section-6.1.
#
Constants
DuidEn
DuidEn is the DUID type; see https://tools.ietf.org/html/rfc3315#section-9.3.
VMwarePEN
VMwarePEN is VMware's PEN (Private Enterprise Number); see http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers.
#
Variables
Sys
No description provided by the author
#
Structs
Duid
Duid is a vendor based DUID per https://tools.ietf.org/html/rfc3315#section-9.3.
ID
ID is a DHCPv4 client ID.
#
Interfaces
Client
Client represents a DHCP client.
#
Type aliases
Iaid
Iaid is an opaque 32-bit identifier unique to a network interface; see https://tools.ietf.org/html/rfc4361#section-6.1.