commit | 982721f3911b2619482e05910644e5699fbeb065 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Feb 16 21:44:24 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 17 15:54:42 2011 -0800 |
tree | 217a326d3e362c84b92e4687fcd38f7766fc8655 | |
parent | b6bf3ca032c9cd517526178f579e7a4e395c6e45 [diff] |
ipv4: Use const'ify fib_result deep in the route call chains. The only troublesome bit here is __mkroute_output which wants to override res->fi and res->type, compute those in local variables instead. Signed-off-by: David S. Miller <davem@davemloft.net>