mirror of https://github.com/apache/cloudstack.git
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
This commit is contained in:
parent
a1af03f413
commit
fa58f59619
|
|
@ -1702,7 +1702,8 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||
"^enx",
|
||||
"^dummy",
|
||||
"^lo",
|
||||
"^p\\d+p\\d+"
|
||||
"^p\\d+p\\d+",
|
||||
"^vni"
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue