blob: baca11f8ae3b96f275ee67b47ad8655255c6ac03 [file] [log] [blame]
Tomáš Pecka7f3212e2022-06-13 15:45:30 +02001{
2 "ietf-interfaces:interfaces": {
3 "interface": [
4 {
5 "name": "br0",
6 "type": "iana-if-type:bridge",
7 "ietf-ip:ipv4": {
8 "czechlight-network:dhcp-client": true
9 },
10 "ietf-ip:ipv6": {
11 "enabled": true,
12 "autoconf": {
13 "create-global-addresses": true
14 }
15 }
16 },
17 {
18 "name": "eth1",
19 "type": "iana-if-type:ethernetCsmacd",
20 "czechlight-network:bridge": "br0"
21 },
22 {
23 "name": "eth0",
24 "type": "iana-if-type:ethernetCsmacd",
25 "ietf-ip:ipv4": {
26 "czechlight-network:dhcp-client": true
27 },
28 "ietf-ip:ipv6": {
29 "enabled": true,
30 "autoconf": {
31 "create-global-addresses": true
32 }
33 }
34 }
35 ]
36 }
37}