Date: Mon, 26 Jan 2004 06:53:16 -0800 (PST) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_source.c Message-ID: <200401261453.i0QErG5d042844@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401261453.i0QErG5d042844>