mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
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.
This commit is contained in:
parent
f5d15522f7
commit
46005fe0eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue