CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/25 03:38:00

Modified files:
        sys/net        : if_bridge.c 

Log message:
Properly deliver broadcast-like packets to the network stack.

In bridge(4) speak, broadcast-like packets are Ethernet Multicast
frames or Unicast for which the destination is unknown.

It makes sense to not retransmit broadcast-like packets on the interface
they were received but they still must be delivered to the network stack.

Problem reported by and ok jasper@

Reply via email to