CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/03/20 11:08:58
Modified files: sys/net : if.c Log message: RFC 8981 allows the configuration of only temporary IPv6 addresses. Make the interface come up when the IFXF_AUTOCONF6TEMP is set. OK kn