diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-31 15:02:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-31 15:02:02 -0700 |
commit | c5038a8327b980a5b279fa193163c468011de009 (patch) | |
tree | 6d24fd005340e73360f9c1aa20dd3a1d21fd1625 /include/net/ip_fib.h | |
parent | d26b3a7c4b3b26319f18bb645de93eba8f4bdcd5 (diff) |
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; }; |