commit | 94206125c4aac32e43c25bfe1b827e7ab993b7dc | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 11 20:38:08 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 11 20:38:08 2012 -0700 |
tree | 6cfbc21c6b69efd90ccec6575a3a3c91e0bd8cad | |
parent | d0da720f9f16a5023cc084bed8968702400f6e0f [diff] |
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>