we miss the checkbox to enable vlan-aware in SDN/VNet configuration. Te checkbox is available in GUI vmbr config but not in SDN/vnet configuration. I can set is manually in sdn config file:
iface vnet0
hwaddress XX:XX:XX:XX:XX:XX
bridge_ports vxlan_vnet0
bridge_stp off
bridge_fd 0
mtu 9280
vrf vrf_zone01
bridge-vlan-aware yes
bridge-vids 2-4094
This works as expected but the configuration is overwritten with next change in SDN config when clicking Apply.
Its very bad in production when configured vlans stop working. Is there any chance to get the vlan-aware checkbox in VNet config as it is already in bridge config menue?
iface vnet0
hwaddress XX:XX:XX:XX:XX:XX
bridge_ports vxlan_vnet0
bridge_stp off
bridge_fd 0
mtu 9280
vrf vrf_zone01
bridge-vlan-aware yes
bridge-vids 2-4094
This works as expected but the configuration is overwritten with next change in SDN config when clicking Apply.
Its very bad in production when configured vlans stop working. Is there any chance to get the vlan-aware checkbox in VNet config as it is already in bridge config menue?