add support for adding and deleting address table entries.
authordlg <dlg@openbsd.org>
Wed, 24 Feb 2021 02:04:03 +0000 (02:04 +0000)
committerdlg <dlg@openbsd.org>
Wed, 24 Feb 2021 02:04:03 +0000 (02:04 +0000)
commitf00572e7b2ce20014cba4c432b27f960b36af444
tree61b9cf8df35bd90152005193086f10515c8dad34
parent53d80efb439e9eb8d7d4a5913877930edf911f3f
add support for adding and deleting address table entries.

the guts of this are in the etherbridge code which i just added for
veb, so this code is very minimal. it's hard to use though cos
ifconfig doesnt (yet) know how to put ethernet addresses into the
"add address" ioctl.
sys/net/if_bpe.c