]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_mac.h
zebra: clang-format style fixes
[mirror_frr.git] / bgpd / bgp_mac.h
index 1dd987ef12c78fd5be929adadf5880144bdd57d3..4b94d80d1a36a8e7be135f9168729fd5312d70f7 100644 (file)
@@ -36,6 +36,7 @@ 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_entry_exists(const struct prefix *p);
+bool bgp_mac_exist(const struct ethaddr *mac);
 
 #endif