[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>
This commit is contained in:
parent
dc00a52560
commit
622dc8281a
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ struct xfrm_tmpl
|
||||||
__u32 calgos;
|
__u32 calgos;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define XFRM_MAX_DEPTH 4
|
#define XFRM_MAX_DEPTH 6
|
||||||
|
|
||||||
struct xfrm_policy
|
struct xfrm_policy
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue