Bug 2288

Summary: Ipv4 broadcast and multicast packets are replicated on all the interfaces
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: internetAssignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2016-02-07 16:48:20 UTC
If the source address of the packet has been already set (it happens, for example, in Bound to NetDevice sockets), the packet is still sent on all the interfaces.

The flooding behavior is logical (and kept) only for the "Any" source address. In all the other cases the only interface the packet should be sent from is the one matching the source address.
Comment 1 Tommaso Pecorella 2016-02-07 17:20:48 UTC
Fixed in changeset:   11864:fd8c9ed96d3d