Date: Sun, 29 May 2011 21:24:20 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/bsdinstall/scripts Makefile netconfig netconfig_ipv4 netconfig_ipv6 Message-ID: <201105292124.p4TLOVxK049342@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-05-29 21:24:20 UTC FreeBSD src repository Modified files: usr.sbin/bsdinstall/scripts Makefile netconfig Added files: usr.sbin/bsdinstall/scripts netconfig_ipv4 netconfig_ipv6 Log: SVN rev 222468 on 2011-05-29 21:24:20Z by bz Split netconfig into three parts: - netconfig - what auto will call which in turn will check for IPv4 and IPv6 to be available and ask the user to configure it by calling - netconfig_ipv4 doing DHCP and static IPv4 addresses, and - netconfig_ipv6 doing rtsol and static IPv6 addresses, and then checking, querying and updating resolv.conf upon return. Both DHCP and rtsol (in the future) might update resolv.conf already so we seed ourselves from that file if available. Reviewed by: nwhitehorn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems Revision Changes Path 1.4 +2 -1 src/usr.sbin/bsdinstall/scripts/Makefile 1.2 +116 -43 src/usr.sbin/bsdinstall/scripts/netconfig 1.1 +85 -0 src/usr.sbin/bsdinstall/scripts/netconfig_ipv4 (new) 1.1 +149 -0 src/usr.sbin/bsdinstall/scripts/netconfig_ipv6 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105292124.p4TLOVxK049342>