ipv6: Move bulk of redirect handling into rt6_redirect().
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 06:43:53 +0000 (23:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 06:43:53 +0000 (23:43 -0700)
commite8599ff4b1d6b0d61e1074ae4ba9fca8dd0c41d0
treec3e4a138fce1f57b8d4e4361be87eff85a14eef7
parent30f2a5f379d0b4b4e733df138a49e054ebf75ff8
ipv6: Move bulk of redirect handling into rt6_redirect().

This sets things up so that we can have the protocol error handlers
call down into the ipv6 route code for redirects just as ipv4 already
does.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
net/ipv6/ndisc.c
net/ipv6/route.c