DragonFly BSD
DragonFly commits List (threaded) for 2005-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/etc network.subr


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 23 Dec 2005 09:42:59 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]