Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 09/21/2000 00:48:46
Module Name:	basesrc
Committed By:	hubertf
Date:		Wed Sep 20 21:48:46 UTC 2000

Modified Files:
	basesrc/distrib/utils/sysinst [netbsd-1-5]: net.c

Log Message:
Pull up changes 1.59->1.61 up to netbsd-1-5 branch, OK'd by thorpej:

revision 1.61
date: 2000/07/24 10:52:28;  author: itojun;  state: Exp;  lines: +140 -98
do not skip IPv6 configuration menu on dhcp configuration.

do not save address/netmask/default router, if we got them from dhcp.
(we shouldn't do that).  if we keep any of dhcp config into /etc, we shoul
update rc.conf to run dhcp again.
----------------------------
revision 1.60
date: 2000/07/24 06:05:51;  author: itojun;  state: Exp;  lines: +4 -6
run IPv6 configuration even if we use dhcp.  background:
- on a IPv6/v4 dual stack network, it makes more sense to configure both.
- also, many of IPv4/v6 dual stack network requires us to contacd DNS
  over IPv4 transport.
discussed with cyber@netbsd.org.


To generate a diff of this commit:
cvs rdiff -r1.58.2.1 -r1.58.2.2 basesrc/distrib/utils/sysinst/net.c

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