On April 14, 2021 11:53 am, Dominic Jäger wrote:
> VLANs with a name like vmbr0v5 had type UNKNOWN unless vlan-raw-device was
> set.
> This way we return type VLAN for them as we do for vmbr0.5
as indicated in the corresponding bug - vmbr0v5 is not a VLAN device,
but a bridge with a VLAN device
VLANs with a name like vmbr0v5 had type UNKNOWN unless vlan-raw-device was set.
This way we return type VLAN for them as we do for vmbr0.5
Signed-off-by: Dominic Jäger
---
src/PVE/INotify.pm | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/PVE/INotify.pm b/src/PVE/IN