ipv4: Rearrange arguments to ip_rt_redirect()
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 03:38:08 +0000 (20:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 03:38:08 +0000 (20:38 -0700)
commit94206125c4aac32e43c25bfe1b827e7ab993b7dc
tree6cfbc21c6b69efd90ccec6575a3a3c91e0bd8cad
parentd0da720f9f16a5023cc084bed8968702400f6e0f
ipv4: Rearrange arguments to ip_rt_redirect()

Pass in the SKB rather than just the IP addresses, so that policy
and other aspects can reside in ip_rt_redirect() rather then
icmp_redirect().

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