cvs commit: src/etc network.subr

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 23 09:44:12 PST 2005


dillon      2005/12/23 09:42:59 PST

DragonFly src repository

  Modified files:
    etc                  network.subr 
  Log:
  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 at xxxxxxx>
  
  Revision  Changes    Path
  1.2       +3 -2      src/etc/network.subr


http://www.dragonflybsd.org/cvsweb/src/etc/network.subr.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list