From 4e5bda347cf6ec00e7d8226544b14aa4b9f0e728 Mon Sep 17 00:00:00 2001 From: anlan_cs Date: Tue, 19 Apr 2022 04:57:59 -0400 Subject: [PATCH] zebra: cleanup duplicated "extern"s for evpn-mh There are some duplicated `extern`s in this header file, just remove them. Signed-off-by: anlan_cs --- zebra/zebra_evpn_mh.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/zebra/zebra_evpn_mh.h b/zebra/zebra_evpn_mh.h index ce7b920de1..7e288853bb 100644 --- a/zebra/zebra_evpn_mh.h +++ b/zebra/zebra_evpn_mh.h @@ -369,17 +369,6 @@ extern void zebra_evpn_mh_json(json_object *json); extern bool zebra_evpn_nhg_is_local_es(uint32_t nhg_id, struct zebra_evpn_es **local_es); extern int zebra_evpn_mh_redirect_off(struct vty *vty, bool redirect_off); -extern int zebra_evpn_mh_startup_delay_update(struct vty *vty, - uint32_t duration, - bool set_default); -extern void zebra_evpn_mh_uplink_oper_update(struct zebra_if *zif); -extern void zebra_evpn_mh_update_protodown_bond_mbr(struct zebra_if *zif, - bool clear, - const char *caller); -extern bool zebra_evpn_is_es_bond(struct interface *ifp); -extern bool zebra_evpn_is_es_bond_member(struct interface *ifp); -extern void zebra_evpn_mh_print(struct vty *vty); -extern void zebra_evpn_mh_json(json_object *json); extern void zebra_evpn_l2_nh_show(struct vty *vty, bool uj); extern void zebra_evpn_acc_bd_svi_set(struct zebra_if *vlan_zif, struct zebra_if *br_zif, bool is_up); -- 2.39.5