]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd,zebra: correct one debug log for evpn-mh 11186/head
authoranlan_cs <vic.lan@pica8.com>
Thu, 12 May 2022 01:25:47 +0000 (21:25 -0400)
committeranlan_cs <vic.lan@pica8.com>
Thu, 12 May 2022 06:19:51 +0000 (02:19 -0400)
Correct one debug log in evpn-mh.
BTW, correct one misspelled word in comment.

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

index 6ce97d22c4e4e407c45e3fed114673edcca3e6b7..798e3d623a7e552e5fe46f112b4f5c747d8c8bb8 100644 (file)
@@ -990,7 +990,7 @@ static int bgp_evpn_type1_route_update(struct bgp *bgp, struct bgp_evpn_es *es,
                if (ret != 0) {
                        flog_err(
                                EC_BGP_ES_INVALID,
-                               "%u ERROR: Failed to updated EAD-EVI route ESI: %s VTEP %pI4",
+                               "%u ERROR: Failed to updated EAD-ES route ESI: %s VTEP %pI4",
                                bgp->vrf_id, es->esi_str, &es->originator_ip);
                }
                global_rd = &es_frag->prd;
index 7e288853bb9a1fbd49382292421e6c0b221b01d5..037648311c824fc87df80b0e060a61574dc558e8 100644 (file)
@@ -38,7 +38,7 @@
  *   access port is associated with an ES-ID
  * - Remotes ESs are added by BGP based on received/remote EAD/Type-1 routes
  *   (ZEBRA_EVPNES_REMOTE)
- * - An ES can be simulatenously LOCAL and REMOTE; infact all LOCAL ESs are
+ * - An ES can be simultaneously LOCAL and REMOTE; infact all LOCAL ESs are
  *   expected to have REMOTE ES peers.
  */
 struct zebra_evpn_es {