cvs commit: src/sys/netgraph ng_ether.c ng_ether.h

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 14 12:01:10 GMT 2005


glebius     2005-02-14 12:01:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_ether.c ng_ether.h 
  Log:
  Add new netgraph control message NGM_ETHER_DETACH, which actually
  removes netgraph node and unwraps Ethernet interface.
  
  This gives us ability to unload ng_ether.ko, when all interfaces
  are detached, making ng_ether(4) developers happy.
  
  Reviewed by:    ru
  
  Revision  Changes    Path
  1.48      +10 -0     src/sys/netgraph/ng_ether.c
  1.14      +1 -0      src/sys/netgraph/ng_ether.h


More information about the cvs-all mailing list