try do a better job of filtering 802.1 reserved group addresses.
authordlg <dlg@openbsd.org>
Fri, 26 Feb 2021 01:57:20 +0000 (01:57 +0000)
committerdlg <dlg@openbsd.org>
Fri, 26 Feb 2021 01:57:20 +0000 (01:57 +0000)
commit3a1b3b9bc9a9e84aee68c7bbdcfd65106bf9de7e
treef8ecfc9a1e9b9a2aa553ed4d035a1fbf6ad3436e
parent39adabc9cf86d8316806a8078b45ca1c890bb2fd
try do a better job of filtering 802.1 reserved group addresses.

if the bridge is supposed to carry vlan packets, assuming it's an
s-vlan component and should allow certain group addresses to cross
between "customer" bridges.

i should probably let some of these groups fall back through to the
calling ether_input rather than drop them.
sys/net/if_veb.c