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

Gleb Smirnoff glebius at FreeBSD.org
Wed Apr 20 02:30:55 PDT 2005


glebius     2005-04-20 09:30:54 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_var.h 
  Log:
  Do not call all link state callbacks directly, but schedule
  a taskqueue(9) task. This fixes LORs and adds possibility
  to serve such events pseudorecursively, when link state
  change of interface causes subsequent change on other
  interfaces.
  
  Sponsored by:   Rambler
  Reviewed by:    sam, brooks, mux
  
  Revision  Changes    Path
  1.227     +23 -3     src/sys/net/if.c
  1.95      +1 -0      src/sys/net/if_var.h


More information about the cvs-all mailing list