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