Add decoding of IPv6 properties for get-services test script
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 30 Jul 2010 04:50:10 +0000 (21:50 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 30 Jul 2010 04:50:10 +0000 (21:50 -0700)
test/get-services

index 1afebc5..cfce68d 100755 (executable)
@@ -31,7 +31,9 @@ for entry in services:
        print "[ %s ]" % (path)
 
        for key in properties.keys():
-               if key in ["IPv4", "IPv4.Configuration", "Proxy", "Ethernet"]:
+               if key in ["IPv4", "IPv4.Configuration",
+                                       "IPv6", "IPv6.Configuration",
+                                                       "Proxy", "Ethernet"]:
                        val = extract_values(properties[key])
                elif key in ["Nameservers", "Nameservers.Configuration",
                                        "Domains", "Domains.Configuration"]: