]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: cleanup duplicated "extern"s for evpn-mh 11045/head
authoranlan_cs <vic.lan@pica8.com>
Tue, 19 Apr 2022 08:57:59 +0000 (04:57 -0400)
committeranlan_cs <vic.lan@pica8.com>
Tue, 19 Apr 2022 09:20:10 +0000 (05:20 -0400)
There are some duplicated `extern`s in this header
file, just remove them.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
zebra/zebra_evpn_mh.h

index ce7b920de107afe40e4f0ccf74d9fcd72df10b98..7e288853bb9a1fbd49382292421e6c0b221b01d5 100644 (file)
@@ -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);