TCP, UDP, Multicast and Broadcast are invited to a party...

2014-11-19 Thread Martin Pieuchot
...and in the end, they believe the mbuf(9) flags! There's no good reason to recheck if the IP destination address is a multicast or broadcast in {tcp,udp}_input(). We've already done that when the packet got delivered. So the diff below makes sure the multicast flag is set (jut be as paranoid

Re: TCP, UDP, Multicast and Broadcast are invited to a party...

2014-11-19 Thread Claudio Jeker
On Wed, Nov 19, 2014 at 04:50:23PM +0100, Martin Pieuchot wrote: ...and in the end, they believe the mbuf(9) flags! There's no good reason to recheck if the IP destination address is a multicast or broadcast in {tcp,udp}_input(). We've already done that when the packet got delivered. So