Re: MACVLANs really best solution? How about a bridge with multiple bridge virtual interfaces? (was Re: [PATCH] macvlan: Support creating macvlans from macvlans)
At least for my use, having them all blindly TX is fine. For thousands
of interfaces, if you did this right and also delivered all broadcast
packets locally
(ie, ARP), you will cause a lot of overhead, and unless you are running
a patched
kernel (or namespaces perhaps), you can't really communicate with
yourself over the
network anyway using IP.
For the behaviour you want, try adding pairs of VETH interfaces and add
one end
of the veth's to the bridge. Add a physical port to the bridge for
egress. Since this
can be done, I don't really see any reason to change mac-vlan
significantly...
If the veth/bridge thing doesn't work, then let us know, as I think that
would be
a bug. I use a similar-to-veth virtual-device pair in this way and it
works fine.