-
- Downloads
[XFRM] IPv6: Fix dst/routing check at transformation.
IPv6 specific thing is wrongly removed from transformation at net-2.6.25. This patch recovers it with current design. o Update "path" of xfrm_dst since IPv6 transformation should care about routing changes. It is required by MIPv6 and off-link destined IPsec. o Rename nfheader_len which is for non-fragment transformation used by MIPv6 to rt6i_nfheader_len as IPv6 name space. Signed-off-by:Masahide NAKAMURA <nakam@linux-ipv6.org> Acked-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/ip6_fib.h 1 addition, 1 deletioninclude/net/ip6_fib.h
- include/net/xfrm.h 3 additions, 0 deletionsinclude/net/xfrm.h
- net/ipv4/xfrm4_policy.c 7 additions, 0 deletionsnet/ipv4/xfrm4_policy.c
- net/ipv6/ip6_output.c 2 additions, 2 deletionsnet/ipv6/ip6_output.c
- net/ipv6/xfrm6_policy.c 17 additions, 0 deletionsnet/ipv6/xfrm6_policy.c
- net/xfrm/xfrm_policy.c 21 additions, 0 deletionsnet/xfrm/xfrm_policy.c
Loading
Please register or sign in to comment