CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/20 23:09:32
Modified files:
sys/net : if_bridge.h
Log message:
add a LOCKED flag to bridge (actually just veb) ports.
this will specify that the mac address for frames received by these
ports must have an entry in the fib/address cache pointing at the
same interface.
this is modelled on the "locked" lladdr config in vm.conf.
