SettingIP6ConfigAddrGenMode
Description:
[ CCode ( cprefix = "NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_" , type_id = "nm_setting_ip6_config_addr_gen_mode_get_type ()" ) ]
[ Version ( since = "1.2" ) ]
public enum SettingIP6ConfigAddrGenMode
SettingIP6ConfigAddrGenMode controls how the Interface Identifier for RFC4862 Stateless Address
Autoconfiguration is created.
Content:
Enum values:
- DEFAULT - Fallback to the
global default, and if unspecified use "stable-privacy".
- DEFAULT_OR_EUI64 -
Fallback to the global default, and if unspecified use "eui64".
- EUI64 - The Interface
Identifier is derived from the interface hardware address.
- STABLE_PRIVACY - 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.