By the time list_net_interfaces() is called in /etc/rc.d/netif, clone_up()
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 23 Dec 2005 17:42:59 +0000 (17:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 23 Dec 2005 17:42:59 +0000 (17:42 +0000)
commitfc8d011cab32f9f81183cfc8b0c65df94cb1fe72
treedb45194cdd1982c943d698e5e3a75ac218ee2257
parentc5a216a941ef0f1b3b427458e99d711de64fd732
By the time list_net_interfaces() is called in /etc/rc.d/netif,  clone_up()
has already created each of $cloned_interface and they will show up in
the ifconfig -l.  There is no need to add $cloned_interfaces to the list
(it will result in the cloned interfaces being configured twice).

Submitted-by: Chris Csanady <cc@137.org>
etc/network.subr