]> 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)
commitd727eede5e7123091482f94dcc7549d38e85088b
treec3e4a138fce1f57b8d4e4361be87eff85a14eef7
parentc4df8487aa1766ecca64776ee5453d03a01117c1
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