diff options
author | Yuval Mintz <yuvalm@mellanox.com> | 2018-02-28 16:29:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-01 13:13:23 -0500 |
commit | b70432f7319eb75b24ca57dde8146c5e27244780 (patch) | |
tree | d26edbaa559a4aea6ba7583b37732555a8742a3e /include/linux/mroute6.h | |
parent | 87c418bf1323d57140f4b448715f64de3fbb7e91 (diff) |
mroute*: Make mr_table a common struct
Following previous changes to ip6mr, mr_table and mr6_table are
basically the same [up to mr6_table having additional '6' suffixes to
its variable names].
Move the common structure definition into a common header; This
requires renaming all references in ip6mr to variables that had the
distinct suffix.
Signed-off-by: Yuval Mintz <yuvalm@mellanox.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mroute6.h')
-rw-r--r-- | include/linux/mroute6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h index e2dac199861e..d5c8dc155a42 100644 --- a/include/linux/mroute6.h +++ b/include/linux/mroute6.h | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <net/net_namespace.h> | 8 | #include <net/net_namespace.h> |
9 | #include <uapi/linux/mroute6.h> | 9 | #include <uapi/linux/mroute6.h> |
10 | #include <linux/mroute_base.h> | 10 | #include <linux/mroute_base.h> |
11 | #include <linux/rhashtable.h> | ||
12 | 11 | ||
13 | #ifdef CONFIG_IPV6_MROUTE | 12 | #ifdef CONFIG_IPV6_MROUTE |
14 | static inline int ip6_mroute_opt(int opt) | 13 | static inline int ip6_mroute_opt(int opt) |