Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / managed_toplevel1.onc
index 1f0d127..712877d 100644 (file)
@@ -3,11 +3,16 @@
   [ { "GUID": "123",
       "Type": "VPN",
       "Name": "testopenvpn",
-      "IPConfigs": [
-          { "Type": "IPv4",
-            "IPAddress": "127.0.0.1",
-            "RoutingPrefix": 32 }
-      ],
+      "StaticIPConfig": {
+          "Gateway":"1.1.1.1",
+          "IPAddress": "127.0.0.1",
+          "NameServers":[
+            "1.1.1.2",
+            "1.1.1.3"
+          ],
+          "RoutingPrefix": 32,
+          "Type": "IPv4"
+      },
       "VPN": {
           "Host": "policys host",
           "Recommended": ["Host"],