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
Dustin 2024-01-21 15:55:37 -06:00
parent fb445224a0
commit 6f5b400f4a
1 changed files with 1 additions and 1 deletions

View File

@ -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'