summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_parse.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-12-17 12:40:34 +0000
committerru <ru@FreeBSD.org>2003-12-17 12:40:34 +0000
commit1df45259591c8233ac65b0031774b50f3b791df4 (patch)
treecb79deb87f430caf11f013eff4540c587f790642 /sys/netgraph/ng_parse.h
parent6c49c65d276d185a38c2dffb97067fbb1faf4b60 (diff)
downloadFreeBSD-src-1df45259591c8233ac65b0031774b50f3b791df4.zip
FreeBSD-src-1df45259591c8233ac65b0031774b50f3b791df4.tar.gz
Made the Ethernet address parse type standard.
OK'ed by: archie
Diffstat (limited to 'sys/netgraph/ng_parse.h')
-rw-r--r--sys/netgraph/ng_parse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h
index 00b8240..e8df669 100644
--- a/sys/netgraph/ng_parse.h
+++ b/sys/netgraph/ng_parse.h
@@ -442,6 +442,14 @@ extern const struct ng_parse_type ng_parse_hint64_type;
extern const struct ng_parse_type ng_parse_ipaddr_type;
/*
+ * ETHERNET ADDRESS TYPE
+ *
+ * Default value: None
+ * Additional info: None required
+ */
+extern const struct ng_parse_type ng_parse_enaddr_type;
+
+/*
* VARIABLE LENGTH BYTE ARRAY TYPE
*
* The bytes are displayed in hex. The ASCII form may be either an
OpenPOWER on IntegriCloud