blob: 2ae5bcc60b19607ce5000d58860063ad27b1ddcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"device": "eth0",
"l3_device": "eth0",
"proto": "dhcp",
"ipv4-address": [
{
"address": "192.168.1.100",
"mask": 24
}
],
"route": [
{
"target": "0.0.0.0",
"mask": 0,
"nexthop": "192.168.1.1",
"source": "192.168.1.100/24"
}
]
}
|