summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_source.h')
-rw-r--r--sys/netgraph/ng_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_source.h b/sys/netgraph/ng_source.h
index 1f3fc96..0d84f06 100644
--- a/sys/netgraph/ng_source.h
+++ b/sys/netgraph/ng_source.h
@@ -44,7 +44,7 @@
/* Node type name and magic cookie */
#define NG_SOURCE_NODE_TYPE "source"
-#define NGM_SOURCE_COOKIE 1034346805
+#define NGM_SOURCE_COOKIE 1110646684
/* Hook names */
#define NG_SOURCE_HOOK_INPUT "input"
@@ -82,7 +82,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 */
+ NGM_SOURCE_SETIFACE, /* configure downstream iface */
};
#endif /* _NETGRAPH_NG_SOURCE_H_ */
OpenPOWER on IntegriCloud