From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
-
@@ -354,11 +346,6 @@
-NMSettingConnectionMdns
-
-
-nm_setting_connection_get_mdns ()
-
-Read / Write
-
-gint
-mdns
-Read / Write
-
NMMetered
metered
Read / Write
@@ -521,10 +508,6 @@
NM_SETTING_CONNECTION_AUTH_RETRIES
-
-#define
-NM_SETTING_CONNECTION_MDNS
-
@@ -533,10 +516,6 @@
enum
NMSettingConnectionAutoconnectSlaves
NMSettingConnectionLldp
-
-enum
-NMSettingConnectionMdns
-
@@ -547,8 +526,7 @@
NMSettingConnection
Object Hierarchy
GEnum
├── NMSettingConnectionAutoconnectSlaves
- ├── NMSettingConnectionLldp
- ╰── NMSettingConnectionMdns
+ ╰── NMSettingConnectionLldp
GObject
╰── NMSetting
╰── NMSettingConnection
@@ -1515,32 +1493,6 @@ infinity and -1 means a global default value.
Since: 1.10
-NMSettingConnectionMdns
-nm_setting_connection_get_mdns (NMSettingConnection *setting);
-
-
-Since: 1.12
-
-
-
enum NMSettingConnectionAutoconnectSlaves
NMSettingConnectionAutoconnectSlaves values indicate whether slave connections
should be activated when master is activated.
@@ -1774,52 +1720,6 @@ should be activated when master is activated.
-enum NMSettingConnectionMdns
-NMSettingConnectionMdns values indicate whether mDNS should be enabled.
-
-Since: 1.12
-
-
-
NMSettingConnection
typedef struct _NMSettingConnection NMSettingConnection;
General Connection Profile Settings
@@ -1847,9 +1747,6 @@ retries for 3 times before failing the connection.
NetworkManager when the resources for the connection are available.
TRUE to automatically activate the connection, FALSE to require manual
intervention to activate the connection.
-Note that autoconnect is not implemented for VPN profiles. See
-“secondaries” as an alternative to automatically
-connect VPN profiles.
Flags: Read / Write / Construct
Default value: TRUE
@@ -1883,9 +1780,7 @@ to autoconnect again.
“autoconnect-slaves” NMSettingConnectionAutoconnectSlaves
Whether or not slaves of this connection should be automatically brought up
when NetworkManager activates this connection. This only has a real effect
-for master connections. The properties “autoconnect”,
-“autoconnect-priority” and “autoconnect-retries”
-are unrelated to this setting.
+for master connections.
The permitted values are: 0: leave slave connections untouched,
1: activate all the slave connections with this connection, -1: default.
If -1 (default) is set, global connection.autoconnect-slaves is read to
@@ -1948,22 +1843,6 @@ connection may be applied to the wrong interface.
“mdns” property“mdns” gint-
Whether mDNS is enabled for the connection.
-The permitted values are: yes: register hostname and resolving -for the connection, no: disable mDNS for the interface, resolve: -do not register hostname but allow resolving of mDNS host names. -When updating this property on a currently activated connection, -the change takes effect immediately.
-This feature requires a plugin which supports mDNS. One such -plugin is dns-systemd-resolved.
-Flags: Read / Write
-Default value: -1
-Since: 1.12
-“metered” property“metered” NMMetered
Whether the connection is metered.
@@ -2027,11 +1906,10 @@ slave.The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable -and wifi.cloned-mac-address=stable. It is also used as DHCP client -identifier with ipv4.dhcp-client-id=stable.
-Note that also the interface name of the activating connection and a -per-host secret key is included into the address generation so that the -same stable-id on different hosts/devices yields different addresses.
+and wifi.cloned-mac-address=stable. Note that also the interface name +of the activating connection and a per-host secret key is included +into the address generation so that the same stable-id on different +hosts/devices yields different addresses.If the value is unset, an ID unique for the connection is used. Specifying a stable-id allows multiple connections to generate the same addresses. Another use is to generate IDs at runtime via -- cgit 1.3.0-6-gf8a5