blob: 60a22b5266d5a4e645c8a46afdbe9a7f4797c8f1 [file] [log] [blame]
Tomáš Pecka32b6b1e2023-08-30 17:09:14 +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": "eth2",
29 "type": "iana-if-type:ethernetCsmacd",
30 "czechlight-network:bridge": "br0"
31 }
32 ]
33 }
34}