From 72d6062cb0d5d65e4d91416d826c73e13354c13d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 15 Sep 2020 19:09:21 +0200 Subject: device: break deprecated "Ip4Address" D-Bus property of Device interface The "Ip4Address" property of "org.freedesktop.NetworkManager.Device" interface is deprecated since version 0.9.9.1 (2013). Also, the property is not exposed by libnm and generally not useful. Drop the code to maintain it. The property still exists but always returns 0 (0.0.0.0). --- introspection/org.freedesktop.NetworkManager.Device.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'introspection') diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml index f1ab3db53b..adcdaec163 100644 --- a/introspection/org.freedesktop.NetworkManager.Device.xml +++ b/introspection/org.freedesktop.NetworkManager.Device.xml @@ -100,7 +100,7 @@ Ip4Address: DEPRECATED; use the 'Addresses' property of the 'Ip4Config' object - instead. + instead. This property always returns 0.0.0.0 (numeric 0) as address. --> -- cgit v1.2.1