cvs commit: src/sys/net if.c

Luigi Rizzo luigi at FreeBSD.org
Mon Apr 19 10:28:16 PDT 2004


luigi       2004/04/19 10:28:16 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  Fix a recently introduced panic in if_detach() by delaying
  the invalidation of ifindex_table[] entry. Probably this
  code should be moved even further down, but for the time being
  let's do it this way.
  
  Revision  Changes    Path
  1.190     +11 -11    src/sys/net/if.c


More information about the cvs-all mailing list