diff options
author | David S. Miller <davem@davemloft.net> | 2012-08-01 00:02:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-01 00:02:02 +0200 |
commit | c5038a8327b980a5b279fa193163c468011de009 (patch) | |
tree | 6d24fd005340e73360f9c1aa20dd3a1d21fd1625 /include/net/ip_fib.h | |
parent | ipv4: percpu nh_rth_output cache (diff) | |
download | linux-c5038a8327b980a5b279fa193163c468011de009.tar.xz linux-c5038a8327b980a5b279fa193163c468011de009.zip |
ipv4: Cache routes in nexthop exception entries.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index e331746029b4..926142ed8d7a 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -55,6 +55,7 @@ struct fib_nh_exception { u32 fnhe_pmtu; __be32 fnhe_gw; unsigned long fnhe_expires; + struct rtable __rcu *fnhe_rth; unsigned long fnhe_stamp; }; |