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)
commite47a185b31dd2acd424fac7dc0efb96fc5b31a33
tree31947f03e2600b8fd73a9afd391a69c218234f03
parent94206125c4aac32e43c25bfe1b827e7ab993b7dc
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