CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/21 19:12:39
Modified files:
sys/net : if_bridge.c
Log message:
register as a bridge port, not an input handler, on member ifaces.
this is a step toward making all types of bridges coordinate their
use of port interfaces, and is a step toward deprecating the interface
input handler lists.
bridge(4), switch(4), and tpmr(4) now coordinate their access so
only one of them can own a port at a time.
this has been in snaps as part of a larger diff for over a week.