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.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user