diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2005-09-07 21:19:03 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2005-09-07 21:19:03 -0400 |
commit | 41a1f8ea4fbfcdc4232f023732584aae2220de31 (patch) | |
tree | 9939686b354ced0b22d81efcbc12f5ed90372b09 /include/linux/in6.h | |
parent | 333fad5364d6b457c8d837f7d05802d2aaf8a961 (diff) |
[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.
Based on patch from David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/linux/in6.h')
-rw-r--r-- | include/linux/in6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index c11022f2f2ac..bd32b79d6295 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
@@ -219,9 +219,7 @@ struct in6_flowlabel_req | |||
219 | #define IPV6_DSTOPTS 63 | 219 | #define IPV6_DSTOPTS 63 |
220 | #define IPV6_RECVHOPLIMIT 64 | 220 | #define IPV6_RECVHOPLIMIT 64 |
221 | #define IPV6_HOPLIMIT 65 | 221 | #define IPV6_HOPLIMIT 65 |
222 | #if 0 | ||
223 | #define IPV6_RECVTCLASS 66 | 222 | #define IPV6_RECVTCLASS 66 |
224 | #define IPV6_TCLASS 67 | 223 | #define IPV6_TCLASS 67 |
225 | #endif | ||
226 | 224 | ||
227 | #endif | 225 | #endif |