cvs commit: src/sys/netgraph ng_eiface.c

Ruslan Ermilov ru at FreeBSD.org
Wed Feb 2 08:07:31 PST 2005


ru          2005-02-02 16:07:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/netgraph         ng_eiface.c 
  Log:
  Further reduce diffs with HEAD:
  
  - In constructor(), don't initialize if_addrhead; if_attach()
    will do it for us.
  
  - In rcvdata(), don't try to emulate m_adj() and just let
    ether_input() do its job.
  
  - Add support for node removal (a-la hardware detach).
  
  Revision  Changes    Path
  1.4.2.9   +8 -26     src/sys/netgraph/ng_eiface.c


More information about the cvs-src mailing list