CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/04 03:32:42
Modified files:
sys/net : if_bridge.c
Log message:
bridge(4) never outputs packets so set its if_output and if_start to NULL.
bridge_output() is used by the stack to duplicate a packet coming from a
bridge member to its other ports.
Confusion pointed by Momtchil Momtchev on misc@
ok reyk@
