summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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