usagi/kernel/linux26/include/net addrconf.h xfrm.h usagi/kernel/linux26/net/ipv6 addrconf.c exthdrs.c ipv6_syms.c mip6.c xfrm6_input.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
nakam 2004/05/24 19:38:14 JST
Modified files: (Branch: bMIP6-20040511)
kernel/linux26/include/net addrconf.h xfrm.h
kernel/linux26/net/ipv6 addrconf.c exthdrs.c ipv6_syms.c
mip6.c xfrm6_input.c
Log:
fixed receiving routing header type 2
- in the case of segments left = 1, check address if home address or
not; renamed addrconf_homeaddr() to ipv6_chk_home_addr() in changing
it as non-static in order to follow other naming.
- routing header type 2 can be received with wild-card state; merged
receiving logic routing header type 2 and home address option.
Revision Changes Path
1.14.14.1 +1 -0 usagi/kernel/linux26/include/net/addrconf.h
1.42.2.4 +2 -1 usagi/kernel/linux26/include/net/xfrm.h
1.71.2.2 +17 -16 usagi/kernel/linux26/net/ipv6/addrconf.c
1.39.2.4 +34 -49 usagi/kernel/linux26/net/ipv6/exthdrs.c
1.27.6.1 +1 -0 usagi/kernel/linux26/net/ipv6/ipv6_syms.c
1.17.16.5 +2 -1 usagi/kernel/linux26/net/ipv6/Attic/mip6.c
1.19.12.2 +44 -9 usagi/kernel/linux26/net/ipv6/xfrm6_input.c