1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Export ng_ether_enaddr_type for other nodes that want to use it.

This commit is contained in:
Archie Cobbs 2000-08-30 18:39:29 +00:00
parent 3e065e76ac
commit f30a8c449f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65262

View File

@ -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_ */