Skip to content

Commit fa58f59

Browse files
authored
kvm: Added VNI Devices as normal bridge slave devs (#7836)
This will allow for VXLAN configurations to utilize tags on the physical network of a zone
1 parent a1af03f commit fa58f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,8 @@ private String matchPifFileInDirectory(final String bridgeName) {
17021702
"^enx",
17031703
"^dummy",
17041704
"^lo",
1705-
"^p\\d+p\\d+"
1705+
"^p\\d+p\\d+",
1706+
"^vni"
17061707
};
17071708

17081709
/**

0 commit comments

Comments
 (0)