blob: 58babddbaf9a2f6172cc89a955d61aca41a671cf [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 "czechlight-network:bridge": "br0"
26 },
27 {
28 "name": "oscE",
29 "type": "iana-if-type:ethernetCsmacd",
30 "czechlight-network:bridge": "br0"
31 },
32 {
33 "name": "oscW",
34 "type": "iana-if-type:ethernetCsmacd",
35 "czechlight-network:bridge": "br0"
36 }
37 ]
38 }
39}