mirror of https://gitee.com/openkylin/libvirt.git
parent
5e465df6be
commit
3219cc3292
|
@ -83,7 +83,7 @@ int virNetDevOpenvswitchAddPort(const char *brname, const char *ifname,
|
|||
if (virtVlan && virtVlan->nTags > 0) {
|
||||
|
||||
/* Trunk port first */
|
||||
if (virtVlan->trunk == true) {
|
||||
if (virtVlan->trunk) {
|
||||
virBufferAddLit(&buf, "trunk=");
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue