mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-28 18:00:41 +01:00
libnm: fix documentation of NMSettingIP6ConfigAddrGenMode values
This commit is contained in:
parent
793e985918
commit
3ca758790e
1 changed files with 2 additions and 2 deletions
|
|
@ -118,9 +118,9 @@ typedef enum {
|
|||
|
||||
/**
|
||||
* NMSettingIP6ConfigAddrGenMode:
|
||||
* @NM_SETTING_IP6_CONFIG_PRIVACY_EUI64: The Interface Identifier is derived
|
||||
* @NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64: The Interface Identifier is derived
|
||||
* from the interface hardware address.
|
||||
* @NM_SETTING_IP6_CONFIG_PRIVACY_STABLE_PRIVACY: The Interface Identifier
|
||||
* @NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue