ADDED cloned.init Index: cloned.init ================================================================== --- /dev/null +++ cloned.init @@ -0,0 +1,6 @@ +# vim:ft=make: + +cloned: kld +.for iface in ${CLONED_INTERFACES} + ifconfig ${iface} create +.endfor Index: ifconfig.init ================================================================== --- ifconfig.init +++ ifconfig.init @@ -1,10 +1,10 @@ # vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up -ifconfig: adjkerntz wlans +ifconfig: adjkerntz wlans cloned kld : Starting interfaces. .for iface in ${IFCONFIG_IFACES} ifconfig ${iface} ${IFCONFIG_${iface}} .endfor