CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/03/20 11:11:49
Modified files: sbin/ifconfig : ifconfig.c Log message: RFC 8981 allows the configuration of only temporary IPv6 addresses. Keep "temporary" the default when setting inet6 autoconf but make it possible to disable the "autoconf" flag but keep "temporary" enabled. The normal usecase to only have temporary autoconf addresses would be "inet6 temporary" in hostname.if OK kn