Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2005 13:52:03 +0000 (UTC)
From:      Peter Edwards <peadar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c if_tap.c if_var.h
Message-ID:  <200505251352.j4PDq3E6087878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peadar      2005-05-25 13:52:03 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_tap.c if_var.h 
  Log:
  Separate out address-detaching part of if_detach into if_purgeaddrs,
  so if_tap doesn't need to rely on locally-rolled code to do same.
  
  The observable symptom of if_tap's bzero'ing the address details
  was a crash in "ifconfig tap0" after an if_tap device was closed.
  
  Reported By: Matti Saarinen (mjsaarin at cc dot helsinki dot fi)
  
  Revision  Changes    Path
  1.228     +41 -30    src/sys/net/if.c
  1.54      +3 -16     src/sys/net/if_tap.c
  1.96      +1 -0      src/sys/net/if_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505251352.j4PDq3E6087878>