lxc config device add fw out nic nictype=bridged parent=vswitch vlan=111 host_name=out
Error: Invalid devices: Device validation failed for "out": Invalid device option "vlan"
doing without vlan is working fine
lxc config device add fw out nic nictype=bridged parent=vswitch host_name=out
Device out added to fw
So, I was wondering if 4.2/5.0 are adding this capability ? Or is there another way to add a vlan tag ?
I am using openvswitch, I know how to add a tag vlan from ovs but I would like this to be automatic when the container starts instead of doing a command by hand which breaks all the automation