summaryrefslogtreecommitdiff
path: root/sys/net/if_etherbridge.c
AgeCommit message (Expand)Author
2021-07-05etherbridge_map was way too clever, so simplify it.David Gwynne
2021-03-10spellingJonathan Gray
2021-02-26only store the current time on address table entries if it changes.David Gwynne
2021-02-26use a uint64_t for the ethernet address in the etherbridge table.David Gwynne
2021-02-24whitespace tweaks, no functional change.David Gwynne
2021-02-24add support for adding and deleting address table entries.David Gwynne
2021-02-21add etherbridge, the guts of a learning bridge that can be reused.David Gwynne