diff options
author | Masahide NAKAMURA <nakam@linux-ipv6.org> | 2006-08-23 20:52:01 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:06:33 -0400 |
commit | 622dc8281a80374873686514e46f852093d91106 (patch) | |
tree | 21ea09f939b3fe56e346b92fb07eaebc58e6f2a2 /include/net | |
parent | dc00a525603650a1471c823a1e48c6505c2f9765 (diff) |
[XFRM]: Expand XFRM_MAX_DEPTH for route optimization.
XFRM_MAX_DEPTH is a limit of transformation states to be applied to the same
flow. Two more extension headers are used by Mobile IPv6 transformation.
Based on MIPL2 kernel patch.
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/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 2a7d2132a1ae..aa3be68041be 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -314,7 +314,7 @@ struct xfrm_tmpl | |||
314 | __u32 calgos; | 314 | __u32 calgos; |
315 | }; | 315 | }; |
316 | 316 | ||
317 | #define XFRM_MAX_DEPTH 4 | 317 | #define XFRM_MAX_DEPTH 6 |
318 | 318 | ||
319 | struct xfrm_policy | 319 | struct xfrm_policy |
320 | { | 320 | { |