diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2013-01-21 01:00:25 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-01-21 13:55:14 -0500 |
| commit | bbb923a4c2d17ebd5ec34755fe19a33914cbd86f (patch) | |
| tree | f9e3f172e6d157bafa94c3722b4427f90c9c241e /include | |
| parent | 202dc3fc599c1dded235d3b448d9ca924252e354 (diff) | |
mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()
This will ease further addition of new MRT[6]_* values and avoid to update
in6.h each time.
Note that we reduce the maximum value from 210 to 209, but 210 does not match
any known value in ip[6]_mroute_setsockopt().
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mroute.h | 2 | ||||
| -rw-r--r-- | include/linux/mroute6.h | 2 | ||||
| -rw-r--r-- | include/uapi/linux/in6.h | 15 | ||||
| -rw-r--r-- | include/uapi/linux/mroute.h | 1 | ||||
| -rw-r--r-- | include/uapi/linux/mroute6.h | 1 |
5 files changed, 8 insertions, 13 deletions
diff --git a/include/linux/mroute.h b/include/linux/mroute.h index ea00d9162ee5..79aaa9fc1a15 100644 --- a/include/linux/mroute.h +++ b/include/linux/mroute.h | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #ifdef CONFIG_IP_MROUTE | 9 | #ifdef CONFIG_IP_MROUTE |
| 10 | static inline int ip_mroute_opt(int opt) | 10 | static inline int ip_mroute_opt(int opt) |
| 11 | { | 11 | { |
| 12 | return (opt >= MRT_BASE) && (opt <= MRT_BASE + 10); | 12 | return (opt >= MRT_BASE) && (opt <= MRT_MAX); |
| 13 | } | 13 | } |
| 14 | #else | 14 | #else |
| 15 | static inline int ip_mroute_opt(int opt) | 15 | static inline int ip_mroute_opt(int opt) |
diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h index a223561ba12e..66982e764051 100644 --- a/include/linux/mroute6.h +++ b/include/linux/mroute6.h | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | #ifdef CONFIG_IPV6_MROUTE | 10 | #ifdef CONFIG_IPV6_MROUTE |
| 11 | static inline int ip6_mroute_opt(int opt) | 11 | static inline int ip6_mroute_opt(int opt) |
| 12 | { | 12 | { |
| 13 | return (opt >= MRT6_BASE) && (opt <= MRT6_BASE + 10); | 13 | return (opt >= MRT6_BASE) && (opt <= MRT6_MAX); |
| 14 | } | 14 | } |
| 15 | #else | 15 | #else |
| 16 | static inline int ip6_mroute_opt(int opt) | 16 | static inline int ip6_mroute_opt(int opt) |
diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index 5673b97dcf54..53b1d56a6e7f 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h | |||
| @@ -259,17 +259,10 @@ struct in6_flowlabel_req { | |||
| 259 | 259 | ||
| 260 | /* | 260 | /* |
| 261 | * Multicast Routing: | 261 | * Multicast Routing: |
| 262 | * see include/linux/mroute6.h. | 262 | * see include/uapi/linux/mroute6.h. |
| 263 | * | 263 | * |
| 264 | * MRT6_INIT 200 | 264 | * MRT6_BASE 200 |
| 265 | * MRT6_DONE 201 | 265 | * ... |
| 266 | * MRT6_ADD_MIF 202 | 266 | * MRT6_MAX |
| 267 | * MRT6_DEL_MIF 203 | ||
| 268 | * MRT6_ADD_MFC 204 | ||
| 269 | * MRT6_DEL_MFC 205 | ||
| 270 | * MRT6_VERSION 206 | ||
| 271 | * MRT6_ASSERT 207 | ||
| 272 | * MRT6_PIM 208 | ||
| 273 | * (reserved) 209 | ||
| 274 | */ | 267 | */ |
| 275 | #endif /* _UAPI_LINUX_IN6_H */ | 268 | #endif /* _UAPI_LINUX_IN6_H */ |
diff --git a/include/uapi/linux/mroute.h b/include/uapi/linux/mroute.h index 16929993acc4..1c11004af5db 100644 --- a/include/uapi/linux/mroute.h +++ b/include/uapi/linux/mroute.h | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */ | 26 | #define MRT_ASSERT (MRT_BASE+7) /* Activate PIM assert mode */ |
| 27 | #define MRT_PIM (MRT_BASE+8) /* enable PIM code */ | 27 | #define MRT_PIM (MRT_BASE+8) /* enable PIM code */ |
| 28 | #define MRT_TABLE (MRT_BASE+9) /* Specify mroute table ID */ | 28 | #define MRT_TABLE (MRT_BASE+9) /* Specify mroute table ID */ |
| 29 | #define MRT_MAX (MRT_BASE+9) | ||
| 29 | 30 | ||
| 30 | #define SIOCGETVIFCNT SIOCPROTOPRIVATE /* IP protocol privates */ | 31 | #define SIOCGETVIFCNT SIOCPROTOPRIVATE /* IP protocol privates */ |
| 31 | #define SIOCGETSGCNT (SIOCPROTOPRIVATE+1) | 32 | #define SIOCGETSGCNT (SIOCPROTOPRIVATE+1) |
diff --git a/include/uapi/linux/mroute6.h b/include/uapi/linux/mroute6.h index 3e89b5e7f9e3..c206ae3a2327 100644 --- a/include/uapi/linux/mroute6.h +++ b/include/uapi/linux/mroute6.h | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */ | 26 | #define MRT6_ASSERT (MRT6_BASE+7) /* Activate PIM assert mode */ |
| 27 | #define MRT6_PIM (MRT6_BASE+8) /* enable PIM code */ | 27 | #define MRT6_PIM (MRT6_BASE+8) /* enable PIM code */ |
| 28 | #define MRT6_TABLE (MRT6_BASE+9) /* Specify mroute table ID */ | 28 | #define MRT6_TABLE (MRT6_BASE+9) /* Specify mroute table ID */ |
| 29 | #define MRT6_MAX (MRT6_BASE+9) | ||
| 29 | 30 | ||
| 30 | #define SIOCGETMIFCNT_IN6 SIOCPROTOPRIVATE /* IP protocol privates */ | 31 | #define SIOCGETMIFCNT_IN6 SIOCPROTOPRIVATE /* IP protocol privates */ |
| 31 | #define SIOCGETSGCNT_IN6 (SIOCPROTOPRIVATE+1) | 32 | #define SIOCGETSGCNT_IN6 (SIOCPROTOPRIVATE+1) |
