diff options
author | Florent Fourcot <florent.fourcot@enst-bretagne.fr> | 2013-12-08 15:46:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-09 21:03:49 -0500 |
commit | 37cfee909c5a396abccf43e3e0a63a5f5ac998af (patch) | |
tree | fb84c73e935cae99c8cf9cb04bba9fd42ce3385d /net/ipv6/ip6_tunnel.c | |
parent | 1397ed35f22d7c30d0b89ba74b6b7829220dfcfd (diff) | |
download | linux-37cfee909c5a396abccf43e3e0a63a5f5ac998af.tar.gz linux-37cfee909c5a396abccf43e3e0a63a5f5ac998af.tar.bz2 linux-37cfee909c5a396abccf43e3e0a63a5f5ac998af.zip |
ipv6: move IPV6_TCLASS_MASK definition in ipv6.h
Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_tunnel.c')
-rw-r--r-- | net/ipv6/ip6_tunnel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c index d6062325db08..f5e8a98eb55e 100644 --- a/net/ipv6/ip6_tunnel.c +++ b/net/ipv6/ip6_tunnel.c @@ -70,7 +70,6 @@ MODULE_ALIAS_NETDEV("ip6tnl0"); #define IP6_TNL_TRACE(x...) do {;} while(0) #endif -#define IPV6_TCLASS_MASK (IPV6_FLOWINFO_MASK & ~IPV6_FLOWLABEL_MASK) #define IPV6_TCLASS_SHIFT 20 #define HASH_SIZE_SHIFT 5 |