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",
|
||||
"nics": [
|
||||
{
|
||||
"iface": null,
|
||||
"ip": null,
|
||||
"iface": "eno1",
|
||||
"ip": "192.168.1.15/24",
|
||||
"dhcp": true,
|
||||
"gateway": null,
|
||||
"dns": null
|
||||
"gateway": "192.168.1.1",
|
||||
"dns": [
|
||||
"192.168.1.1",
|
||||
"9.9.9.9"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue