diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-04-02 20:22:56 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-04-05 09:33:40 -0400 |
commit | 12802d058a003048104fe405a8d283b94ac50801 (patch) | |
tree | 9dc2fbfe3676cb948c97d8135f151996f45336c4 /include/linux/in6.h | |
parent | 14fb64e1f449ef6666f1c3a3fa4e13aec669b98d (diff) |
[IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/linux/in6.h')
-rw-r--r-- | include/linux/in6.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index f674000c6c99..e6aa8de2b939 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
@@ -260,4 +260,19 @@ struct in6_flowlabel_req | |||
260 | #define IPV6_PREFER_SRC_CGA 0x0008 | 260 | #define IPV6_PREFER_SRC_CGA 0x0008 |
261 | #define IPV6_PREFER_SRC_NONCGA 0x0800 | 261 | #define IPV6_PREFER_SRC_NONCGA 0x0800 |
262 | 262 | ||
263 | /* | ||
264 | * Multicast Routing: | ||
265 | * see include/linux/mroute6.h. | ||
266 | * | ||
267 | * MRT6_INIT 200 | ||
268 | * MRT6_DONE 201 | ||
269 | * MRT6_ADD_MIF 202 | ||
270 | * MRT6_DEL_MIF 203 | ||
271 | * MRT6_ADD_MFC 204 | ||
272 | * MRT6_DEL_MFC 205 | ||
273 | * MRT6_VERSION 206 | ||
274 | * MRT6_ASSERT 207 | ||
275 | * MRT6_PIM 208 | ||
276 | * (reserved) 209 | ||
277 | */ | ||
263 | #endif | 278 | #endif |