[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01043) [usagi-announce] 2001/11/26 snapshot
- To: usagi-announce@xxxxxxxxxxxxxx
- Subject: (usagi-users 01043) [usagi-announce] 2001/11/26 snapshot
- From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx>
- Date: Tue, 27 Nov 2001 00:35:16 +0900
- Reply-to: usagi-announce@xxxxxxxxxxxxxx
- Sender: "Hideaki YOSHIFUJI" <yoshfuji@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hi,
We release latest snapshots tagged s20011126.
They will appear under <ftp://ftp.linux-ipv6.org/pub/usagi/snap/kit/>
soon.
Here's the changelog.
2001/11/26 serizawa, yoshfuji
* kernel/linux22/include/net/if_inet6: avoid between flags
(ADDR_INVALID in net/if_inet6.h vs IFA_F_SECONDARY in
linux/rtnetlink.h), which caused kernel panic with
CONFIG_IPV6_PRIVACY.
2001/11/25 yoshfuji
* kernel/linux24: linux-2.4.16pre1.
NOTE: 2.4.15 has grave bug, which corrupts file systems.
2001/11/24 yoshfuji
* kernel/linux24: linux-2.4.15.
2001/11/21 yoshfuji
* kernel/linux2{2,4}/net/ipv6/route.c: send ICMPv6 Destination
Unreachable (no route to destination) instead of Destination
Unreachable (address unreachable) if no route found for the
destination.
(This fix was tried to be commited in August, but it was not
done at all...)
2001/11/20 serizawa
* src/radvd/scanner.l
- vlan support.
2001/11/20 serizawa
* kernel/linux24/net/atm/ipv6atm.c:
- fix bug that incoming packet will always be absorbed into the
last network interface.
2001/11/15 yoshfuji
* src/bindtest/bindtest.c:
- multicast support.
- removed SO_REUSEPORT things, which had gone.
- stop with getaddrinfo() failure.
- sync with KAME.
2001/11/15 yoshfuji
* kernel/linux2{2,4}/net/{ipv4/{udp,tcp_ipv4},ipv6/{udp,tcp_ipv6}}:
- assume SO_REUSEADDR SO_REUSEPORT for multicast; check for
multicast was not correct for ipv4.
--yoshfuji