Document network config in config-sample.json (#2781)
Specifically document the CIDR notation of the IP address
This commit is contained in:
parent
0f4e76f142
commit
7098a6a848
|
|
@ -99,11 +99,14 @@
|
||||||
"type": "manual",
|
"type": "manual",
|
||||||
"nics": [
|
"nics": [
|
||||||
{
|
{
|
||||||
"iface": null,
|
"iface": "eno1",
|
||||||
"ip": null,
|
"ip": "192.168.1.15/24",
|
||||||
"dhcp": true,
|
"dhcp": true,
|
||||||
"gateway": null,
|
"gateway": "192.168.1.1",
|
||||||
"dns": null
|
"dns": [
|
||||||
|
"192.168.1.1",
|
||||||
|
"9.9.9.9"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue