Skip to main content
apiVersion: v1alpha1
kind: DHCPv6Config
name: enp0s2 # Name of the link (interface).

# # Raw value of the DUID to use as client identifier.
# duidRaw: 00:01:00:01:23:45:67:89:ab:cd:ef:01:23:45
FieldTypeDescriptionValue(s)
namestringName of the link (interface).
routeMetricuint32An optional metric for the routes received from the DHCP server.

Lower values indicate higher priority.
Default value is 1024.
ignoreHostnameboolIgnore hostname received from the DHCP server.
clientIdentifierClientIdentifierClient identifier to use when communicating with DHCP servers.

Defaults to ‘mac’ if not set.
none
mac
duid
duidRawHardwareAddrRaw value of the DUID to use as client identifier.

This field is only used if ‘clientIdentifier’ is set to ‘duid’.