From bbae86d3d2997a853ca0365e8eb7a3ca7489ee09 Mon Sep 17 00:00:00 2001
From: Sebastien Bacher
+
+NMConnectivityState
+
+
+nm_device_get_connectivity ()
+
+
+
NMDeviceState
@@ -578,12 +586,22 @@
Read
+
+NMConnectivityState
+ip4-connectivity
+Read
+
NMIPConfig *
ip6-config
Read
+
+NMConnectivityState
+ip6-connectivity
+Read
+
GPtrArray *
lldp-neighbors
@@ -783,6 +801,14 @@
NM_DEVICE_LLDP_NEIGHBORS
+
+#define
+NM_DEVICE_IP4_CONNECTIVITY
+
+
+#define
+NM_DEVICE_IP6_CONNECTIVITY
+
@@ -1396,6 +1422,43 @@ not activated or not using DHCPv6.
NMDevice
NMConnectivityState +nm_device_get_connectivity (+NMDevice *device, +int addr_family);
The connectivity state of the device for given address family.
+Supported address families are AF_INET for IPv4, AF_INET6
+for IPv6 or AF_UNSPEC for any.
device |
+a NMDevice |
++ |
addr_family |
+network address family |
++ |
Since: 1.16
+NMDeviceState
nm_device_get_state (NMDevice *device);
@@ -2313,7 +2376,7 @@ nm_device_delete_async (GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
-Asynchronously begins deleteing the software device. Hardware devices can't +
Asynchronously begins deleting the software device. Hardware devices can't be deleted.
+
+
+
+
@@ -3059,6 +3134,15 @@ operations like addressing and routing.
“ip4-connectivity” property“ip4-connectivity” NMConnectivityState+
The IPv4 connectivity state of the device.
+Flags: Read
+Default value: NM_CONNECTIVITY_UNKNOWN
+Since: 1.16
+“ip6-config” property“ip6-config” NMIPConfig *
The IPv6 NMIPConfig of the device.
@@ -3066,6 +3150,15 @@ operations like addressing and routing.“ip6-connectivity” property“ip6-connectivity” NMConnectivityState+
The IPv6 connectivity state of the device.
+Flags: Read
+Default value: NM_CONNECTIVITY_UNKNOWN
+Since: 1.16
+“lldp-neighbors” property“lldp-neighbors” GPtrArray *
The LLDP neighbors.
@@ -3225,6 +3318,6 @@ user_function (