Artifact 9b0a9c5a88aa469f389d6eb88c0898a8decb6e7bf2a240b99678e7ea1a906902:
- File ifconfig.init — part of check-in [380071b4cc] at 2019-10-20 12:31:43 on branch trunk — add cloned interfaces, make sure interfaces are initialized after module loading (user: arcade, size: 214) [annotate] [blame] [check-ins using]
# vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up ifconfig: adjkerntz wlans cloned kld : Starting interfaces. .for iface in ${IFCONFIG_IFACES} ifconfig ${iface} ${IFCONFIG_${iface}} .endfor