summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_message.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-07-03 13:34:18 +0000
committerphk <phk@FreeBSD.org>2000-07-03 13:34:18 +0000
commitaec15566c7a9b50127fb40fbf5ae9c66b1bbf018 (patch)
treeb89fa950ecba2c01b005278180f73adcbadfac27 /sys/netgraph/ng_message.h
parente7f486457aa7b52a0c996b41a4351c072e162f5a (diff)
downloadFreeBSD-src-aec15566c7a9b50127fb40fbf5ae9c66b1bbf018.zip
FreeBSD-src-aec15566c7a9b50127fb40fbf5ae9c66b1bbf018.tar.gz
Experiemntal ascii based device configuration mechanism.
This may or may not survive, decision will be made well before 5.0-R
Diffstat (limited to 'sys/netgraph/ng_message.h')
-rw-r--r--sys/netgraph/ng_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index 7eeb97c..12b65ef 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -115,6 +115,7 @@ struct ng_mesg {
#define NGM_TEXT_STATUS 11 /* (optional) get text status report */
#define NGM_BINARY2ASCII 12 /* convert struct ng_mesg to ascii */
#define NGM_ASCII2BINARY 13 /* convert ascii to struct ng_mesg */
+#define NGM_TEXT_CONFIG 14 /* (optional) get/set text config */
/* Structure used for NGM_MKPEER */
struct ngm_mkpeer {
OpenPOWER on IntegriCloud