usagi/kernel/linux24/include/linux ipsec6.h usagi/kernel/linux24/net/ipv6 exthdrs.c ip6_output.c usagi/kernel/linux24/net/ipv6/mobile_ip6 exthdrs.c exthdrs.h mn.c mobhdr_common.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
takamiya 2003/07/07 19:19:14 JST
Modified files:
kernel/linux24/include/linux ipsec6.h
kernel/linux24/net/ipv6 exthdrs.c ip6_output.c
kernel/linux24/net/ipv6/mobile_ip6 exthdrs.c exthdrs.h mn.c
mobhdr_common.c
Log:
* kernel/linux24/include/linux/ipsec6.h,net/ipv6/{exthdrs.c,ip6_output.c},
kernel/linux24/net/ipv6/mobile_ip6/{exthdrs.c,exthdrs.h,mn.c,
mobhdr_common.c}: fixed to be able to use IPsec for Home Registration.
XXX: IKE is not supported yet.
Revision Changes Path
1.21 +9 -1 usagi/kernel/linux24/include/linux/ipsec6.h
1.37 +9 -1 usagi/kernel/linux24/net/ipv6/exthdrs.c
1.65 +33 -7 usagi/kernel/linux24/net/ipv6/ip6_output.c
1.3 +41 -31 usagi/kernel/linux24/net/ipv6/mobile_ip6/exthdrs.c
1.2 +2 -2 usagi/kernel/linux24/net/ipv6/mobile_ip6/exthdrs.h
1.11 +9 -1 usagi/kernel/linux24/net/ipv6/mobile_ip6/mn.c
1.12 +14 -2 usagi/kernel/linux24/net/ipv6/mobile_ip6/mobhdr_common.c