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
1 changed files with 5 additions and 0 deletions

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