From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl
#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore" +#define NM_SETTING_IP6_CONFIG_METHOD_IGNORE "ignore"IPv6 is not required or is handled by some other mechanism, and NetworkManager should not configure IPv6 for this connection.
@@ -435,7 +435,7 @@ should not configure IPv6 for this connection.
NM_SETTING_IP6_CONFIG_METHOD_AUTO
-#define NM_SETTING_IP6_CONFIG_METHOD_AUTO "auto" +#define NM_SETTING_IP6_CONFIG_METHOD_AUTO "auto"IPv6 configuration should be automatically determined via a method appropriate for the hardware interface, ie router advertisements, DHCP, or PPP or some @@ -444,7 +444,7 @@ other device-specific manner.
NM_SETTING_IP6_CONFIG_METHOD_DHCP
-#define NM_SETTING_IP6_CONFIG_METHOD_DHCP "dhcp" +#define NM_SETTING_IP6_CONFIG_METHOD_DHCP "dhcp"IPv6 configuration should be automatically determined via DHCPv6 only and router advertisements should be ignored.
@@ -460,7 +460,7 @@ operation.
NM_SETTING_IP6_CONFIG_METHOD_MANUAL
-#define NM_SETTING_IP6_CONFIG_METHOD_MANUAL "manual" +#define NM_SETTING_IP6_CONFIG_METHOD_MANUAL "manual"All necessary IPv6 configuration (addresses, prefix, DNS, etc) is specified in the setting's properties.
@@ -468,7 +468,7 @@ in the setting's properties.
NM_SETTING_IP6_CONFIG_METHOD_SHARED
-#define NM_SETTING_IP6_CONFIG_METHOD_SHARED "shared" +#define NM_SETTING_IP6_CONFIG_METHOD_SHARED "shared"This connection specifies configuration that allows other computers to connect through it to the default network (usually the Internet). The @@ -481,7 +481,7 @@ supported for IPv6)