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'
|
LinkLocalAddressing: 'no'
|
||||||
- name: 60-test
|
- name: 60-test
|
||||||
Match:
|
Match:
|
||||||
Name: test
|
Name: br1
|
||||||
Network:
|
Network:
|
||||||
Description: pyrocufflink.red VM network bridge
|
Description: pyrocufflink.red VM network bridge
|
||||||
DHCP: 'no'
|
DHCP: 'no'
|
||||||
|
|||||||
Reference in New Issue
Block a user