Up to [cvs.NetBSD.org] / src / sys / netinet
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: thorpej_scsipi
Revision 1.52.2.3 / (download) - annotate - [select for diffs], Sun Feb 11 19:17:19 2001 UTC (12 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52.2.2: +5 -2
lines
Diff to previous 1.52.2.2 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)
Sync with HEAD.
Revision 1.52.2.2 / (download) - annotate - [select for diffs], Fri Dec 8 09:18:43 2000 UTC (12 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52.2.1: +5 -5
lines
Diff to previous 1.52.2.1 (colored) to branchpoint 1.52 (colored)
Sync with HEAD.
Revision 1.52.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 18:10:38 2000 UTC (12 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52: +779 -56
lines
Diff to previous 1.52 (colored)
Update thorpej_scsipi to -current as of a month ago
Revision 1.52 / (download) - annotate - [select for diffs], Mon Sep 13 12:15:55 1999 UTC (13 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Changes since 1.51: +3 -2
lines
Diff to previous 1.51 (colored)
- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.
This situation happens on severe memory shortage. We may need more
improvements here and there.
- Grab IEEE802 address from IFT_ETHER card, even if the card is
inserted after bootup time. Is there any other card that can be
inserted afterwards? pcmcia fddi card? :-P
- RFC2373 u bit handling suggests that we SHOULD NOT copy interface id from
ethernet card to pseudo interface, when ethernet card has IEEE802/EUI64
with u bit != 0 (this means that IEEE802/EUI64 is not universally unique).
Do not use such address as, for example, interface id for gif interface.
(I have such an ethernet card myself)
This may change interface id for your gif interface. be careful upgrading
rc files.
(sync with recent KAME)