CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/06 14:23:18
Modified files:
sys/net : if_bridge.c
Log message:
Send broadcast and multicast traffic not only out on all bridge interfaces but
also up into the network stack on all interfaces. Multicast addresses are
bound to interfaces and without this local sockets did not see packets that
entered the bridge on a different interface. This should help IPv6.
OK naddy@
