CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2017/05/01 08:23:29
Modified files: etc : netstart Log message: 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@