Tomáš Pecka | 7f3212e | 2022-06-13 15:45:30 +0200 | [diff] [blame] | 1 | { |
| 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": "osc", |
| 29 | "type": "iana-if-type:ethernetCsmacd", |
| 30 | "czechlight-network:bridge": "br0" |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | } |