aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/interface.json
blob: 9fd5cf31191460498c33ec641e9df41be55d6405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{"network_config": [
    {
      "type": "interface",
      "name": "em1",
      "use_dhcp": false,
      "addresses": [
        {
          "ip_netmask": "192.0.2.1/24"
        }
      ]
    }
  ]
}