on a trunk port with vlan config on profile, two containers are on profile, if I shutdown one container, the other one looses the nic interface remaining only the lo:
Steps to reproduce
create a profile and edit devices i.e.
devices:
eth0:
name: eth0
nictype: macvlan
parent: enp3s0
type: nic
vlan: "20"
create two or more containers with that profile
when both are up and have ip's, shutdown just one container and the other one will lose connection and the device
Issue description
on a trunk port with vlan config on profile, two containers are on profile, if I shutdown one container, the other one looses the nic interface remaining only the lo:
Steps to reproduce
create a profile and edit devices i.e. devices: eth0: name: eth0 nictype: macvlan parent: enp3s0 type: nic vlan: "20"
create two or more containers with that profile
when both are up and have ip's, shutdown just one container and the other one will lose connection and the device