diff options
Diffstat (limited to 'include/linux/mroute6.h')
| -rw-r--r-- | include/linux/mroute6.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mroute6.h b/include/linux/mroute6.h index a223561ba12..66982e76405 100644 --- a/include/linux/mroute6.h +++ b/include/linux/mroute6.h @@ -10,7 +10,7 @@  #ifdef CONFIG_IPV6_MROUTE  static inline int ip6_mroute_opt(int opt)  { -	return (opt >= MRT6_BASE) && (opt <= MRT6_BASE + 10); +	return (opt >= MRT6_BASE) && (opt <= MRT6_MAX);  }  #else  static inline int ip6_mroute_opt(int opt)  |