chromium/chromeos/components/test/data/onc/translation_of_shill_ethernet_with_ipconfig.onc

{
  "Ethernet":{
    "Authentication":"None"
  },
  "GUID":"guid",
  "IPAddressConfigType":"Static",
  "IPConfigs":[
    {
      "Gateway":"1.1.1.1",
      "IPAddress":"123.123.123.123",
      "NameServers":[
        "1.1.1.2",
        "1.1.1.3"
      ],
      "RoutingPrefix":24,
      "Type":"IPv4",
      "WebProxyAutoDiscoveryUrl":"proxy.url"
    },
    {
      "Gateway":"2001:db8:85a3::7a2e:370:7331",
      "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334",
      "NameServers":[],
      "RoutingPrefix":12,
      "Type":"IPv6"
    }
  ],
  "Name":"",
  "NameServersConfigType":"Static",
  "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":{
    "Gateway":"1.1.1.7",
    "IPAddress":"125.125.125.125",
    "NameServers":[
      "1.1.1.8"
    ],
    "RoutingPrefix":26,
    "Type":"IPv4",
    "MTU": 1480
  },
  "Type":"Ethernet"
}