]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 03:55:47 +0000 (20:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 03:55:47 +0000 (20:55 -0700)
commit175b9721de66620d585e7b656f35cbec92f08a3d
tree31947f03e2600b8fd73a9afd391a69c218234f03
parent746cd0838a8450505dcdfc6dcc32284dcdc4ddec
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.

All of the redirect acceptance policy is now contained within.

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