aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-31 18:02:02 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-31 18:02:02 -0400
commitc5038a8327b980a5b279fa193163c468011de009 (patch)
tree6d24fd005340e73360f9c1aa20dd3a1d21fd1625 /include/net
parentd26b3a7c4b3b26319f18bb645de93eba8f4bdcd5 (diff)
ipv4: Cache routes in nexthop exception entries.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip_fib.h1
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 {
55 u32 fnhe_pmtu; 55 u32 fnhe_pmtu;
56 __be32 fnhe_gw; 56 __be32 fnhe_gw;
57 unsigned long fnhe_expires; 57 unsigned long fnhe_expires;
58 struct rtable __rcu *fnhe_rth;
58 unsigned long fnhe_stamp; 59 unsigned long fnhe_stamp;
59}; 60};
60 61