]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf34b347dc60ccc0b181807cb31b0d183f8b8dc14
treec3e4a138fce1f57b8d4e4361be87eff85a14eef7
parent70c6a0969887e38eaf7e569c1f5385712d7e5c9a
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