From 2059a3ac1ff10f820bfb3343448a1900c9e3033c Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Tue, 29 Oct 2019 16:08:32 +0100 Subject: [PATCH] libvirt: Ensure bridge name is the same as network name This is to ensure that if we decided to change the network name in the future, the developer doesn't forget to change the bridge name as well. --- pkg/crc/machine/libvirt/templates_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/crc/machine/libvirt/templates_linux.go b/pkg/crc/machine/libvirt/templates_linux.go index 4e5522517b..09d95f197b 100644 --- a/pkg/crc/machine/libvirt/templates_linux.go +++ b/pkg/crc/machine/libvirt/templates_linux.go @@ -9,7 +9,7 @@ const ( - +