mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-14 23:08:20 +00:00
fix tap_plug with vlan for non aware vlan bridges
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
555eefa07b
commit
ff0420567b
@ -312,6 +312,7 @@ sub tap_plug {
|
||||
if (!$vlan_aware) {
|
||||
my $newbridge = activate_bridge_vlan($bridge, $tag);
|
||||
copy_bridge_config($bridge, $newbridge) if $bridge ne $newbridge;
|
||||
$bridge = $newbridge;
|
||||
$tag = undef;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user