From c4f8c33a9a3e15f4defd14c68239ba9df07e499d Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 26 Jan 2004 14:54:39 +0000 Subject: Define the new command NGM_SOURCE_START_NOW to allow generation of traffic for non-ethernet hooks. This commit should have been packaged with the commit to ng_source.c. --- sys/netgraph/ng_source.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netgraph') diff --git a/sys/netgraph/ng_source.h b/sys/netgraph/ng_source.h index f9534bc..3d93baf 100644 --- a/sys/netgraph/ng_source.h +++ b/sys/netgraph/ng_source.h @@ -89,6 +89,7 @@ enum { NGM_SOURCE_START, /* start sending queued data */ NGM_SOURCE_STOP, /* stop sending queued data */ NGM_SOURCE_CLR_DATA, /* clear the queued data */ + NGM_SOURCE_START_NOW, /* start on non-ether output */ }; #endif /* _NETGRAPH_NG_SOURCE_H_ */ -- cgit v1.1