Re: Bug in MAC filter on IGB/if_vlan?

From: Rozhuk Ivan <rozhuk.im_at_gmail.com>
Date: Tue, 09 Nov 2021 23:15:50 UTC
On Tue, 9 Nov 2021 13:30:46 -0500
Ryan Stone <rysto32@gmail.com> wrote:

> You're trying to use different MACs with each vlan.  I don't believe
> that this is really a support configuration in our stack, although
> putting the interface into promiscuous I guess works.

I try to look into if_vlan code and if I understand correct it try to set
MAC to parent adapter and read parent adapter MAC change.

But it must add/remove MAC addr to/from H/W MAC filter, not change only one.
It done for multicast join/leave, but not done for if_vlan and probably some other cases.