Remove useless `return` code, and correct a spelling.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
return true;
}
-/* This API checks EVPN type-2 prefix and comapares
+/* This API checks EVPN type-2 prefix and compares
* mac against any of local assigned (SVIs) MAC
* address.
*/
return false;
return bgp_mac_exist(&p->u.prefix_evpn.macip_addr.mac);
-
- return true;
}
static void bgp_mac_show_mac_entry(struct hash_bucket *bucket, void *arg)