Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/19/1999 19:35:46
Module Name:	syssrc
Committed By:	itojun
Date:		Mon Sep 20 02:35:45 UTC 1999

Modified Files:
	syssrc/sys/netinet6: in6_ifattach.c nd6.c

Log Message:
tiny fix to ARCnet IPv6 support.
- in in6_ifattach_getifid(), we can grab interface id source iff the source
  is universally (worldwide) unique.  ARCnet hardware address is of 8bit and
  does not satisfy the condition.
  (in6_ifattach_getifid() is for getting interface id usable for pseudo
  interfaces like gif*)
- xx_to_eui64() should return EUI64 format, not IPv6 interface id format.
  this may seem awkward so I wish to clean these things up.
- in nd6.c, change if clause into case clause to allow future addition
  of IFT_xxx easier.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/netinet6/in6_ifattach.c \
    syssrc/sys/netinet6/nd6.c

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