usagi/kernel/linux26/include/linux xfrm.h usagi/kernel/linux26/include/net ipv6.h xfrm.h usagi/kernel/linux26/net/ipv4 xfrm4_state.c usagi/kernel/linux26/net/ipv6 exthdrs.c mip6.c xfrm6_policy.c xfrm6_state.c xfrm6_tunnel.c usagi/kernel/linux26/net/xfrm ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
nakam 2004/04/14 19:38:17 JST
Modified files: (Branch: bMIP6-20040413)
kernel/linux26/include/linux xfrm.h
kernel/linux26/include/net ipv6.h xfrm.h
kernel/linux26/net/ipv4 xfrm4_state.c
kernel/linux26/net/ipv6 exthdrs.c mip6.c xfrm6_policy.c
xfrm6_state.c xfrm6_tunnel.c
kernel/linux26/net/xfrm xfrm_policy.c xfrm_state.c xfrm_user.c
Log:
fixed logic of state to find it by end-point address(is home address)
and clean up.
- use xfrm6_tunnel functions to get spi in order to find state and
remove a define of MIP6_SPI.
- fixed to drop packet with aalgo only when proto is IPsec.
- use mode=0
Revision Changes Path
1.13.24.2 +1 -6 usagi/kernel/linux26/include/linux/xfrm.h
1.39.8.2 +1 -1 usagi/kernel/linux26/include/net/ipv6.h
1.40.4.2 +6 -26 usagi/kernel/linux26/include/net/xfrm.h
1.7.20.2 +1 -1 usagi/kernel/linux26/net/ipv4/xfrm4_state.c
1.38.4.2 +14 -40 usagi/kernel/linux26/net/ipv6/exthdrs.c
1.17.10.2 +44 -70 usagi/kernel/linux26/net/ipv6/Attic/mip6.c
1.19.4.2 +17 -33 usagi/kernel/linux26/net/ipv6/xfrm6_policy.c
1.8.20.2 +26 -92 usagi/kernel/linux26/net/ipv6/xfrm6_state.c
1.22.4.2 +1 -14 usagi/kernel/linux26/net/ipv6/xfrm6_tunnel.c
1.14.6.2 +42 -7 usagi/kernel/linux26/net/xfrm/xfrm_policy.c
1.1.1.11.14.2 +19 -274 usagi/kernel/linux26/net/xfrm/xfrm_state.c
1.15.6.2 +13 -8 usagi/kernel/linux26/net/xfrm/xfrm_user.c