vm-hosts: Fix test network device name
The network device for the test/*pyrocufflink.red* network is named `br1`. This needs to match in the systemd-networkd configuration or libvirt will not be able to attach virtual machines to the bridge.frigate-exporter
parent
fb445224a0
commit
6f5b400f4a
|
@ -195,7 +195,7 @@ vmhost_networks:
|
|||
LinkLocalAddressing: 'no'
|
||||
- name: 60-test
|
||||
Match:
|
||||
Name: test
|
||||
Name: br1
|
||||
Network:
|
||||
Description: pyrocufflink.red VM network bridge
|
||||
DHCP: 'no'
|
||||
|
|
Loading…
Reference in New Issue