From 3ca758790ee1d42961355893b1b5d9a2ada7b509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Fri, 18 Dec 2015 10:27:27 +0100 Subject: [PATCH] libnm: fix documentation of NMSettingIP6ConfigAddrGenMode values --- libnm-core/nm-setting-ip6-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-core/nm-setting-ip6-config.h b/libnm-core/nm-setting-ip6-config.h index fc7dc86c74..f8923d195f 100644 --- a/libnm-core/nm-setting-ip6-config.h +++ b/libnm-core/nm-setting-ip6-config.h @@ -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.