Hi all
We run LXC contrainers in macvlan bridge mode, i.e.;
<interface type='direct'>
<mac address='02:00:00:da:e1:b9'/>
<source dev='eno1.502' mode='bridge'/>
</interface>
In process list:
5339 ? Sl 0:03 /usr/libexec/libvirt_lxc --name t2.infra
--console 21 --security=none --handshake 24 --veth macvlan6
28645 ? Sl 0:00 /usr/libexec/libvirt_lxc --name t1.infra
--console 21 --security=none --handshake 27 --veth macvlan42
How get list of all vlan by "ip" or any other utility ?
"ip link show" not report this macvlans, and "ip netns list" not show
empty output
b.r.
Maxim Kozin