diff options
author | Noriaki TAKAMIYA <takamiya@po.ntts.co.jp> | 2006-08-23 23:32:34 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:06:58 -0400 |
commit | 3d126890dd67beffec27c1b6f51c040fc8d0b526 (patch) | |
tree | c796ef93eb61fe1a93c42dd7965fe21a5b142b66 /include/net | |
parent | 2c8d7ca0f76103855ad1f2a930e05683b64a00eb (diff) |
[IPV6] MIP6: Add destination options header transformation.
Add destination options header transformation for Mobile IPv6.
Based on MIPL2 kernel patch.
This patch was also written by: Ville Nuorvala <vnuorval@tcs.hut.fi>
Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mip6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mip6.h b/include/net/mip6.h index 644b8b673048..42b65bace122 100644 --- a/include/net/mip6.h +++ b/include/net/mip6.h | |||
@@ -25,6 +25,9 @@ | |||
25 | #ifndef _NET_MIP6_H | 25 | #ifndef _NET_MIP6_H |
26 | #define _NET_MIP6_H | 26 | #define _NET_MIP6_H |
27 | 27 | ||
28 | #define MIP6_OPT_PAD_1 0 | ||
29 | #define MIP6_OPT_PAD_N 1 | ||
30 | |||
28 | extern int mip6_init(void); | 31 | extern int mip6_init(void); |
29 | extern void mip6_fini(void); | 32 | extern void mip6_fini(void); |
30 | 33 | ||