mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
bgpd: Drop return for void bgp_evpn_show_routes_mac_ip_es()
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
e6b457ac06
commit
a454d9ab44
@ -768,13 +768,13 @@ static void bgp_evpn_show_routes_mac_ip_es(struct vty *vty, esi_t *esi,
|
|||||||
static void bgp_evpn_show_routes_mac_ip_evi_es(struct vty *vty, esi_t *esi,
|
static void bgp_evpn_show_routes_mac_ip_evi_es(struct vty *vty, esi_t *esi,
|
||||||
json_object *json, int detail)
|
json_object *json, int detail)
|
||||||
{
|
{
|
||||||
return bgp_evpn_show_routes_mac_ip_es(vty, esi, json, detail, false);
|
bgp_evpn_show_routes_mac_ip_es(vty, esi, json, detail, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void bgp_evpn_show_routes_mac_ip_global_es(struct vty *vty, esi_t *esi,
|
static void bgp_evpn_show_routes_mac_ip_global_es(struct vty *vty, esi_t *esi,
|
||||||
json_object *json, int detail)
|
json_object *json, int detail)
|
||||||
{
|
{
|
||||||
return bgp_evpn_show_routes_mac_ip_es(vty, esi, json, detail, true);
|
bgp_evpn_show_routes_mac_ip_es(vty, esi, json, detail, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void show_vni_routes(struct bgp *bgp, struct bgpevpn *vpn, int type,
|
static void show_vni_routes(struct bgp *bgp, struct bgpevpn *vpn, int type,
|
||||||
|
Loading…
Reference in New Issue
Block a user