Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: kqueue
Revision 1.6.8.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:51:12 2002 UTC (18 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.6.8.1: +2 -1
lines
Diff to previous 1.6.8.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
catch up with -current on kqueue branch
Revision 1.6.8.1 / (download) - annotate - [select for diffs], Thu Jan 10 20:03:16 2002 UTC (19 years ago) by thorpej
Branch: kqueue
Changes since 1.6: +1 -7
lines
Diff to previous 1.6 (colored)
Sync kqueue branch with -current.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 12 10:36:44 2000 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: nathanw_sa,
kqueue
Changes since 1.5: +5 -8
lines
Diff to previous 1.5 (colored)
revisit in6_ifattach(). - be persistent on initializing interfaces, even if there's manually- assigned linklocal, multicast/whatever initialization is necessary. - do not cache mac addr in the kernel. grab mac addr from existing cards (this is important when you swap ethernet cards back and forth) now ppp6 works just fine! call in6_ifattach() on ATM PVC interface to assign link-local, using hardware MAC address as seed. (the change is in sync with kame tree).