CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/20 17:01:51
Modified files:
sys/net : if_bridge.c
Log message:
When multiple ports share the same MAC, pick the physical one for delivery.
Fix an issue reported by Eygene Ryabinkin where packet where dropped by
pf(4) because a vlan(4) interface was picked instead of its underlying
em(4).
While here do some refactoring to avoid code duplication.
Based on a submission from Eygene Ryabinkin <rea at codelabs dot ru>.
ok bluhm@, kn@
