Enumeration (GI Enum)

NM-1.0NMSettingIP6ConfigAddrGenModeSince 1.2

NM.SettingIP6ConfigAddrGenMode controls how the Interface Identifier for RFC4862 Stateless Address Autoconfiguration is created.

1.2

Index

Enumeration Members

DEFAULT: number

Fallback to the global default, and if unspecified use "stable-privacy". Since: 1.40.

DEFAULT_OR_EUI64: number

Fallback to the global default, and if unspecified use "eui64". Since: 1.40.

EUI64: number

The Interface Identifier is derived from the interface hardware address.

STABLE_PRIVACY: number

The Interface Identifier is created by using a cryptographically secure hash of a secret host-specific key along with the connection identification and the network address as specified by RFC7217.