ipv4: fix multicast losses
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 18 Jun 2011 18:59:18 +0000 (11:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2011 18:59:18 +0000 (11:59 -0700)
commit9aa3c94ce59066f545521033007abb6441706068
tree12b23e85bf4ef55ca856168dcbdb54f39045312a
parenteeb1497277d6b1a0a34ed36b97e18f2bd7d6de0d
ipv4: fix multicast losses

Knut Tidemann found that first packet of a multicast flow was not
correctly received, and bisected the regression to commit b23dd4fe42b4
(Make output route lookup return rtable directly.)

Special thanks to Knut, who provided a very nice bug report, including
sample programs to demonstrate the bug.

Reported-and-bisectedby: Knut Tidemann <knut.andre.tidemann@jotron.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c