From: Jon Maloy <[email protected]> Date: Mon, 14 Aug 2017 17:55:56 +0200
> On L2 bearers, the TIPC broadcast function is sending out packets using > the corresponding L2 broadcast address. At reception, we filter such > packets under the assumption that they will also be delivered as > broadcast packets. > > This assumption doesn't always hold true. Under high load, we have seen > that a switch may convert the destination address and deliver the packet > as a PACKET_MULTICAST, something leading to inadvertently dropped > packets and a stale and reset broadcast link. > > We fix this by extending the reception filtering to accept packets of > type PACKET_MULTICAST. > > Signed-off-by: Jon Maloy <[email protected]> Applied, thanks Jon. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
