usagi/kernel/linux25/include/net mip6.h usagi/kernel/linux25/net/ipv6 mip6.c mip6_icmp.c Kconfig Makefile af_inet6.c exthdrs.c icmp.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
nakam 2003/03/25 23:32:54 JST
Modified files:
kernel/linux25/net/ipv6 Kconfig Makefile af_inet6.c exthdrs.c
icmp.c
Added files:
kernel/linux25/include/net mip6.h
kernel/linux25/net/ipv6 mip6.c mip6_icmp.c
Log:
Renew Mobile IPv6.
* kernel/linux25/net/ipv6/{Kconfig,Makefile}: New entry for Mobile IPv6.
* kernel/linux25/net/ipv6/{exthdrs.c,icmp.c}: Modify receiving.
* kernel/linux25/{include/net/mip6.h,{net/ipv6/{mip6.c,mip6_icmp.c}}}: Basic
data type and interfaces of receiving. Code related mobility header is written by takamiya.
Revision Changes Path
1.7 +15 -0 usagi/kernel/linux25/net/ipv6/Kconfig
1.14 +2 -0 usagi/kernel/linux25/net/ipv6/Makefile
1.4 +7 -0 usagi/kernel/linux25/net/ipv6/af_inet6.c
1.12 +7 -0 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.12 +18 -0 usagi/kernel/linux25/net/ipv6/icmp.c