ipv6: fix inet6_csk_xmit()
authorEric Dumazet <edumazet@google.com>
Tue, 17 Jul 2012 21:38:04 +0000 (21:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2012 15:59:58 +0000 (08:59 -0700)
We should provide to inet6_csk_route_socket a struct flowi6 pointer,
so that net6_csk_xmit() works correctly instead of sending garbage.

Also add some consts

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Yuchung Cheng <ycheng@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found