cvs commit: src/sys/net if_loop.c
    Yar Tikhiy 
    yar at FreeBSD.org
       
    Sat Oct 27 11:25:54 PDT 2007
    
    
  
yar         2007-10-27 18:25:53 UTC
  FreeBSD src repository
  Modified files:
    sys/net              if_loop.c 
  Log:
  if_loop doesn't need to keep the list of lo(4) interfaces.  Today
  a private softc list is needed neither for tracking clones in general
  nor for destroying all clones before the module unload -- if_clone
  takes care of all that.  (Note that some other interface drivers do
  need a softc list to be able to scan it for their private purposes.)
  
  Revision  Changes    Path
  1.113     +0 -12     src/sys/net/if_loop.c
    
    
More information about the cvs-all
mailing list