summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_mac.h')
-rw-r--r--bgpd/bgp_mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_mac.h b/bgpd/bgp_mac.h
index 1dd987ef1..68449b574 100644
--- a/bgpd/bgp_mac.h
+++ b/bgpd/bgp_mac.h
@@ -37,5 +37,6 @@ void bgp_mac_dump_table(struct vty *vty);
* Function to lookup the prefix and see if we have a matching mac
*/
bool bgp_mac_entry_exists(struct prefix *p);
+bool bgp_mac_exist(struct ethaddr *mac);
#endif