Go to file
itojun aee9bb5b5f IPv6CP support. if IPv6 link-local address is configured to the interface,
the interface tries to negotiate ifid with the other end by using IPv6CP.

other changes:
- do not share ppp sequence number across protocols.
- if LCP proto-rej is received, drop the protocol mentioned by the message.
  this is to be friendly with non-IPv6 peer (if the peer complains due to
  lack of IPv6CP, drop IPv6CP).  this basically implements "RXJ+" state
  transition in the RFC.
- cleanup debugging message.  always print blank just before message.

CAVEAT:
- if the peer uses the same MAC address as our side (pretty unlikely)
  the code may go into req-rej loop.
- even though we negotiate ifid, we don't configure destination address
  onto the interface.  it is not really necessary to do so (IMHO).
- I've tested this code on a NetBSD 1.4.2 node, which was with fair amount
  of modifications.  not sure if the committed code does it right... (please
  test and send reports)
2000-05-02 12:43:16 +00:00
bin If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN. 2000-04-29 00:18:48 +00:00
dist BIND 8.2.2-P5 2000-04-28 03:39:16 +00:00
distrib Add mainbus(4). 2000-05-02 11:43:23 +00:00
etc Out with the old, in with the new. 2000-05-02 12:19:20 +00:00
games NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...! 2000-05-02 11:41:24 +00:00
gnu /etc/postfix/postfix-script is a config file. 2000-05-02 03:03:21 +00:00
include New syscall issetugid. 2000-04-21 16:24:22 +00:00
lib Add the (void)&acc; hack from strtouq.c to strtoull.c. This works around 2000-05-02 12:39:03 +00:00
libexec PowerPC: support ADDR16_LO, ADDR16_HI and ADDR16_HA relocations. 2000-05-01 11:41:08 +00:00
regress revert the depend change... it was unneeded, and is even hurting in some 2000-04-28 22:01:14 +00:00
sbin document the conditions for /etc/rc to be called with "autoboot" 2000-04-29 00:47:06 +00:00
share Note rtk and com attachment at cardbus. 2000-05-02 11:54:15 +00:00
sys IPv6CP support. if IPv6 link-local address is configured to the interface, 2000-05-02 12:43:16 +00:00
usr.bin convert to ANSI KNF 2000-05-01 10:35:16 +00:00
usr.sbin Add ntp, remove xntp. 2000-05-02 12:14:40 +00:00
Makefile use MKSHARE=no instead. 2000-04-11 08:21:41 +00:00
Makefile.inc Set variables to mark the absolute and realative paths to the top of 2000-05-02 03:47:19 +00:00