Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 05/19/2000 13:09:29
Module Name:	syssrc
Committed By:	itojun
Date:		Fri May 19 20:09:28 UTC 2000

Modified Files:
	syssrc/sys/netinet6: ip6_forward.c ip6_input.c ip6_output.c

Log Message:
correct manipulation of link-local scoped address on loopback.
now "telnet fe80::1%lo0" should work again.
(we have another bug near here - will attack it soon)


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/netinet6/ip6_forward.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/netinet6/ip6_input.c \
    syssrc/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.