CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/21 18:37:24
Modified files:
sys/net : if_ethersubr.c
Log message:
if an iface is a bridge port, pass the packet to the bridge in ether_input.
if the bridge declines the packet, it just returns it to ether_input
to allow local deliver to proceed.
this has been in snaps as part of a larger diff for over a week.
