summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/augmented_merge.json
blob: 5c7c434978d587aeb577ad7453815ca68d31b818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
   "ConnectionState": "Connected",
   "GUID": "123",
   "IPConfigs": [ {
         "Gateway": "2001:db8:85a3::7a2e:370:7331",
         "IPAddress": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
         "NameServers": [  ],
         "RoutingPrefix": 12,
         "Type": "IPv6"
    } ],
   "SavedIPConfig": {
      "Gateway": "1.1.1.4",
      "IPAddress": "124.124.124.124",
      "NameServers": [ "1.1.1.5", "1.1.1.6" ],
      "RoutingPrefix": 25,
      "Type": "IPv4",
   },
   "StaticIPConfig": {
      "IPAddress": {
         "DevicePolicy": "127.0.0.1",
         "Effective": "UserPolicy",
         "UserPolicy": "127.0.0.1",
         "UserSetting": "1.2.3.4"
      },
      "RoutingPrefix": {
         "Effective": "UserPolicy",
         "UserPolicy": 32
      },
      "SearchDomains": {
         "Effective": "UserPolicy",
         "UserSetting": [ "acme.org" ]
      },
      "Type": {
         "DevicePolicy": "IPv4",
         "Effective": "UserPolicy",
         "UserPolicy": "IPv4",
         "UserSetting": "IPv4"
      }
   },
   "Name": {
      "Active": "testopenvpn",
      "DevicePolicy": "testopenvpn",
      "Effective": "UserPolicy",
      "UserPolicy": "testopenvpn",
      "UserSetting": "testopenvpn"
   },
   "ProxySettings": {
      "Type": {
         "Effective": "UserPolicy",
         "UserSetting": "Direct"
      }
   },
   "Type": {
      "Active": "VPN",
      "DevicePolicy": "VPN",
      "Effective": "UserPolicy",
      "UserPolicy": "VPN",
      "UserSetting": "Ethernet"
   },
   "VPN": {
      "Host": {
         "DeviceEditable": true,
         "DevicePolicy": "device policys host",
         "Effective": "UserSetting",
         "UserEditable": true,
         "UserPolicy": "policys host",
         "UserSetting": "users host"
      },
      "IPsec": {
         "AuthenticationType": {
            "Effective": "UserPolicy",
            "UserPolicy": "PSK"
         },
         "IKEVersion": {
            "Effective": "UserPolicy",
            "UserPolicy": 1
         },
         "PSK": {
            "Effective": "UserPolicy"
         }
      },
      "OpenVPN": {
         "ClientCertPattern": {
            "EnrollmentURI": {
               "DeviceEditable": true,
               "UserEditable": true
            },
            "IssuerCARef": {
               "DeviceEditable": true,
               "DevicePolicy": [ "openvpn-test-ca" ],
               "Effective": "UserPolicy",
               "UserEditable": true,
               "UserPolicy": [ "openvpn-test-ca" ]
            }
         },
         "ClientCertType": {
            "DevicePolicy": "Pattern",
            "Effective": "UserPolicy",
            "UserPolicy": "Pattern"
         },
         "Password": {
            "DeviceEditable": true,
            "Effective": "UserSetting",
            "UserEditable": true,
            "UserSetting": "users password"
         },
         "Port": {
            "DeviceEditable": true,
            "DevicePolicy": 0,
            "Effective": "UserPolicy",
            "UserPolicy": 1194,
            "UserSetting": 1195
         },
         "ServerCARefs": {
            "Effective": "UserPolicy",
            "UserPolicy": ["ref1", "ref2"]
         },
         "Username": {
            "DevicePolicy": "device user",
            "Effective": "DevicePolicy",
            "UserEditable": true,
            "UserPolicy": "policy user"
         }
      },
      "Type": {
         "DevicePolicy": "OpenVPN",
         "Effective": "UserPolicy",
         "UserPolicy": "OpenVPN",
         "UserSetting": "OpenVPN"
      }
   }
}