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:
fermosan 2023-08-10 09:59:28 +03:00 committed by GitHub
parent a1af03f413
commit fa58f59619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}; };
/** /**