Add decoding support for IPv6 properties
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 30 Jul 2010 03:47:25 +0000 (20:47 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 30 Jul 2010 03:47:25 +0000 (20:47 -0700)
test/monitor-services

index 93fd758..05d1e1d 100755 (executable)
@@ -28,7 +28,9 @@ def property_changed(name, value, path):
                for i in value:
                        val = val + " " + i[i.rfind("/") + 1:]
                val = val + " ]"
-       elif name in ["IPv4", "IPv4.Configuration", "Proxy", "Ethernet"]:
+       elif name in ["IPv4", "IPv4.Configuration",
+                               "IPv6", "IPv6.Configuration",
+                                               "Proxy", "Ethernet"]:
                val = extract_values(value)
        elif name in ["Nameservers", "Nameservers.Configuration",
                                        "Domains", "Domains.Configuration"]: