cvs commit: src/sys/net if.c if_tap.c if_var.h

Peter Edwards peadar at FreeBSD.org
Wed May 25 13:52:03 GMT 2005


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


More information about the cvs-src mailing list