aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-06-11 00:01:52 -0700
committerDavid S. Miller <davem@davemloft.net>2012-06-11 02:09:16 -0700
commit8e77327783c753689a1a766ab9d301b81c2529f1 (patch)
tree5b178d092f57519d809c6ba69b14c36c1c5f8ff0 /include/net/ip6_fib.h
parentinet: Add family scope inetpeer flushes. (diff)
downloadlinux-dev-8e77327783c753689a1a766ab9d301b81c2529f1.tar.xz
linux-dev-8e77327783c753689a1a766ab9d301b81c2529f1.zip
inet: Add inetpeer tree roots to the FIB tables.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_fib.h')
-rw-r--r--include/net/ip6_fib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h
index 3ac5f155c690..a192f7807659 100644
--- a/include/net/ip6_fib.h
+++ b/include/net/ip6_fib.h
@@ -237,6 +237,7 @@ struct fib6_table {
u32 tb6_id;
rwlock_t tb6_lock;
struct fib6_node tb6_root;
+ struct inet_peer_base tb6_peers;
};
#define RT6_TABLE_UNSPEC RT_TABLE_UNSPEC