cvs commit: src/sys/netgraph ng_source.c

Hartmut Brandt harti at FreeBSD.org
Mon Jan 26 06:53:17 PST 2004


harti       2004/01/26 06:53:16 PST

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_source.c 
  Log:
  Make ng_source to work with non-ethernet interfaces. We do this by
  introducing a START_NOW command. This command does not send
  and GET_IFINDEX message downstream (to wait for the response from
  the ETHERNET node), but directly starts the sending process. This allows
  one to generate traffic as input for any hook on any node.
  
  Revision  Changes    Path
  1.13      +37 -2     src/sys/netgraph/ng_source.c


More information about the cvs-src mailing list