Commit 982721f3 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent b6bf3ca0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment