diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/linux/in6.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'include/linux/in6.h')
| -rw-r--r-- | include/linux/in6.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index bd55c6e46b2e..c4bf46f764bf 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
| @@ -221,10 +221,10 @@ struct in6_flowlabel_req { | |||
| 221 | #define IPV6_RTHDR 57 | 221 | #define IPV6_RTHDR 57 |
| 222 | #define IPV6_RECVDSTOPTS 58 | 222 | #define IPV6_RECVDSTOPTS 58 |
| 223 | #define IPV6_DSTOPTS 59 | 223 | #define IPV6_DSTOPTS 59 |
| 224 | #if 0 /* not yet */ | ||
| 225 | #define IPV6_RECVPATHMTU 60 | 224 | #define IPV6_RECVPATHMTU 60 |
| 226 | #define IPV6_PATHMTU 61 | 225 | #define IPV6_PATHMTU 61 |
| 227 | #define IPV6_DONTFRAG 62 | 226 | #define IPV6_DONTFRAG 62 |
| 227 | #if 0 /* not yet */ | ||
| 228 | #define IPV6_USE_MIN_MTU 63 | 228 | #define IPV6_USE_MIN_MTU 63 |
| 229 | #endif | 229 | #endif |
| 230 | 230 | ||
| @@ -265,6 +265,9 @@ struct in6_flowlabel_req { | |||
| 265 | #define IPV6_PREFER_SRC_CGA 0x0008 | 265 | #define IPV6_PREFER_SRC_CGA 0x0008 |
| 266 | #define IPV6_PREFER_SRC_NONCGA 0x0800 | 266 | #define IPV6_PREFER_SRC_NONCGA 0x0800 |
| 267 | 267 | ||
| 268 | /* RFC5082: Generalized Ttl Security Mechanism */ | ||
| 269 | #define IPV6_MINHOPCOUNT 73 | ||
| 270 | |||
| 268 | /* | 271 | /* |
| 269 | * Multicast Routing: | 272 | * Multicast Routing: |
| 270 | * see include/linux/mroute6.h. | 273 | * see include/linux/mroute6.h. |
