summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_hub.h')
-rw-r--r--sys/netgraph/ng_hub.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netgraph/ng_hub.h b/sys/netgraph/ng_hub.h
index a735d7b..d6b16e0 100644
--- a/sys/netgraph/ng_hub.h
+++ b/sys/netgraph/ng_hub.h
@@ -33,4 +33,9 @@
#define NG_HUB_NODE_TYPE "hub"
#define NGM_HUB_COOKIE 1082189597
+/* Netgraph control messages */
+enum {
+ NGM_HUB_SET_PERSISTENT = 1, /* set persistent mode */
+};
+
#endif /* _NETGRAPH_NG_HUB_H_ */
OpenPOWER on IntegriCloud