Re: Bug in MAC filter on IGB/if_vlan?
- In reply to: Ryan Stone : "Re: Bug in MAC filter on IGB/if_vlan?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.