mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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",
|
"^enx",
|
||||||
"^dummy",
|
"^dummy",
|
||||||
"^lo",
|
"^lo",
|
||||||
"^p\\d+p\\d+"
|
"^p\\d+p\\d+",
|
||||||
|
"^vni"
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user