summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.h
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-08-30 18:39:29 +0000
committerarchie <archie@FreeBSD.org>2000-08-30 18:39:29 +0000
commit53ecfd0ecb2df61c99e1a63045e6da9b31efaf5e (patch)
tree794e282f7b14710b0b482304f878e08b214df750 /sys/netgraph/ng_ether.h
parent789ebca13b08814d2db274813c3b4943dc0d5989 (diff)
downloadFreeBSD-src-53ecfd0ecb2df61c99e1a63045e6da9b31efaf5e.zip
FreeBSD-src-53ecfd0ecb2df61c99e1a63045e6da9b31efaf5e.tar.gz
Export ng_ether_enaddr_type for other nodes that want to use it.
Diffstat (limited to 'sys/netgraph/ng_ether.h')
-rw-r--r--sys/netgraph/ng_ether.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index 1d20b64..f5bc914 100644
--- a/sys/netgraph/ng_ether.h
+++ b/sys/netgraph/ng_ether.h
@@ -65,5 +65,10 @@ enum {
NGM_ETHER_SET_AUTOSRC, /* enable/disable src addr override */
};
+#ifdef _KERNEL
+/* Ethernet address parse type */
+extern const struct ng_parse_type ng_ether_enaddr_type;
+#endif /* _KERNEL */
+
#endif /* _NETGRAPH_NG_ETHER_H_ */
OpenPOWER on IntegriCloud