From 6518e361171f64bcaaa4bf868139362ed95cc2e0 Mon Sep 17 00:00:00 2001
From: Michael Biebl a IEEE 802.15.4 (WPAN) MAC Layer Device 6LoWPAN interface a WireGuard interface
+#define
+NM_DBUS_INTERFACE_DEVICE_WIREGUARD
+
+
#define
NM_DBUS_INTERFACE_DEVICE_GRE
@@ -202,6 +206,14 @@
+#define
+NM_DBUS_INTERFACE_DEVICE_WPAN
+
+
+#define
+NM_DBUS_INTERFACE_DEVICE_6LOWPAN
+
+
#define
NM_DBUS_INTERFACE_DEVICE_STATISTICS
@@ -314,6 +326,10 @@
+enum
+NMConnectionMultiConnect
+
+
enum
NMActiveConnectionState
@@ -420,6 +436,10 @@
+enum
NMSettingsUpdate2Flags
+
@@ -430,6 +450,7 @@
├── NMActiveConnectionState
├── NMActiveConnectionStateReason
├── NMCapability
+ ├── NMConnectionMultiConnect
├── NMConnectivityState
├── NMDeviceState
├── NMDeviceStateReason
@@ -437,6 +458,7 @@
├── NMIPTunnelMode
├── NMMetered
├── NMState
+ ├── NMTernary
╰── NMWimaxNspNetworkType
GFlags
├── NM80211ApFlags
@@ -689,6 +711,12 @@
enum
+NMTernary
+
NM_DBUS_INTERFACE_DEVICE_WIREGUARD
+#define NM_DBUS_INTERFACE_DEVICE_WIREGUARD NM_DBUS_INTERFACE_DEVICE ".WireGuard"
+
+
+NM_DBUS_INTERFACE_DEVICE_GRE
#define NM_DBUS_INTERFACE_DEVICE_GRE NM_DBUS_INTERFACE_DEVICE ".Gre"
@@ -701,6 +729,18 @@
NM_DBUS_INTERFACE_DEVICE_WPAN
+#define NM_DBUS_INTERFACE_DEVICE_WPAN NM_DBUS_INTERFACE_DEVICE ".Wpan"
+
+
+NM_DBUS_INTERFACE_DEVICE_6LOWPAN
+#define NM_DBUS_INTERFACE_DEVICE_6LOWPAN NM_DBUS_INTERFACE_DEVICE ".Lowpan"
+
+
+NM_DBUS_INTERFACE_DEVICE_STATISTICS
#define NM_DBUS_INTERFACE_DEVICE_STATISTICS NM_DBUS_INTERFACE_DEVICE ".Statistics"
@@ -1164,6 +1204,27 @@ GSM/UMTS, or LTE network access protocols
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
configuration of SR-IOV parameters failed
+| + |
+ indicates that the per-connection
+ setting is unspecified. In this case, it will fallback to the default
+ value, which is |
++ |
| + |
+ the connection profile can only + be active once at each moment. Activating a profile that is already active, + will first deactivate it. + |
++ |
| + |
+ the profile can + be manually activated multiple times on different devices. However, + regarding autoconnect, the profile will autoconnect only if it is + currently not connected otherwise. + |
++ |
| + |
+ the profile can autoactivate + and be manually activated multiple times together. + |
++ |
Since: 1.14
+NMActiveConnectionState values indicate the state of a connection to a specific network while it is starting, connected, or disconnecting from that @@ -2828,6 +2950,20 @@ VPN plugin authentication dialogs.
GRETAP tunnel
+IPv6 GRETAP tunnel
+Since: 1.12
+An boolean value that can be overridden by a default.
+ +Since: 1.14
+