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)
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>

No differences found