Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt

Use this file to discover all available pages before exploring further.

apiVersion: v1alpha1
kind: DHCPv4Config
name: enp0s2 # Name of the link (interface).
clientIdentifier: mac # Client identifier to use when communicating with DHCP servers.

# # 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’.