X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FINotify.pm;h=0b9ea4adc3e078a47369cd97bc6c271a45f16870;hp=d745f0b1596bb042f99486e0c80559aaa9cd4ae5;hb=505786f6a4430ceea3aa5d29504274f1bb95ec4f;hpb=b7c4f37851db8dc932c7914ef23040dafb7a171a diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index d745f0b..0b9ea4a 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -896,7 +896,7 @@ sub __read_etc_network_interfaces { } else { $d->{$id} = 'off'; } - } elsif ($id eq 'bridge_fd') { + } elsif ($id eq 'bridge_fd' || $id eq 'bridge_vids') { $d->{$id} = $value; } elsif ($id eq 'bridge_vlan_aware') { $d->{$id} = 1; @@ -1096,6 +1096,7 @@ sub __interface_to_string { $raw .= "\tbridge-vids $v\n"; } $done->{bridge_vlan_aware} = 1; + $done->{bridge_vids} = 1; } elsif ($d->{type} eq 'bond') {