Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is now
authorrpe <rpe@openbsd.org>
Mon, 1 May 2017 14:23:29 +0000 (14:23 +0000)
committerrpe <rpe@openbsd.org>
Mon, 1 May 2017 14:23:29 +0000 (14:23 +0000)
commit0113d951ca0dca85cf5ea709c8ec43e903655767
tree4df33a80b6fee175e81e7a5f0518c2334d35eeeb
parent72055744fd2a4e362ba715c2fe891c4290e4b3aa
Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is now
done in ifstart(). Remove ipv6autoconf() and replace rtsolif with a boolean
variable V6_AUTOCONF. Replace dhcpif with a boolean variable V4_DHCPCONF.
Both are later used in defaultroute() to decide whether or not to configre
defaultroutes from /etc/mygate.

OK krw@
etc/netstart