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)
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>

No differences found