X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-bridge;h=4426c65c552f017c473aa1449f3d59a0e8034eb3;hb=c30aea2b104e9a7f55200f9f6df69f53638f9139;hp=c23c6439d9e3cc16a3f8ee83dad87ace81fb1e4a;hpb=0541eeb88b95ad906c79bde1ad07f637170c9cc5;p=qemu-server.git diff --git a/pve-bridge b/pve-bridge index c23c643..4426c65 100755 --- a/pve-bridge +++ b/pve-bridge @@ -40,7 +40,7 @@ PVE::Network::tap_create($iface, $net->{bridge}); # if ovs is under this bridge all traffic control settings will be flushed. # so we need to call tap_rate_limit after tap_plug -PVE::Network::tap_plug($iface, $net->{bridge}, $net->{tag}, $net->{firewall}); +PVE::Network::tap_plug($iface, $net->{bridge}, $net->{tag}, $net->{firewall}, $net->{trunks}); PVE::Network::tap_rate_limit($iface, $net->{rate}) if $net->{rate};