OpenBSD cvs log

created 2019-10-19T03:38:28Z
begin 2019-08-05T00:00:00Z
end 2019-08-05T03:00:00Z
path src/sys
commits 1

date 2019-08-05T01:55:38Z
author dlg
files src/sys/net/if_tpmr.c log diff annotate
message pay some lip service to TPMR compliance according to 802.1Q-2018

the spec says we should filter packets destined to a list of ethernet
addresses. im currently interpreting "filter" as meaning dropping,
which this diff does.

however, one of the addresses to filter is the one lacp uses by
default and not a lot of lacp implementations (read switches) support
the configuration of a different address. i still need lacp to go
over tpmr, and because i can't change the address, this diff also
has a way to configure tpmr to still allow the packets through.