summaryrefslogtreecommitdiffstats
path: root/bgpd
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-05-12 10:32:25 +0200
committerGitHub <noreply@github.com>2022-05-12 10:32:25 +0200
commit4d5a0ff3915d7f8cc3c418d510c05a78cf7ad568 (patch)
tree72764e37ee351a234c68629229656ec9439ce11a /bgpd
parentMerge pull request #11151 from opensourcerouting/pim-various-20220506 (diff)
parentbgpd,zebra: correct one debug log for evpn-mh (diff)
downloadfrr-4d5a0ff3915d7f8cc3c418d510c05a78cf7ad568.tar.xz
frr-4d5a0ff3915d7f8cc3c418d510c05a78cf7ad568.zip
Merge pull request #11186 from anlancs/fix/bgpd-comment-should-es
bgpd,zebra: correct one debug log for evpn-mh
Diffstat (limited to 'bgpd')
-rw-r--r--bgpd/bgp_evpn_mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_evpn_mh.c b/bgpd/bgp_evpn_mh.c
index 6ce97d22c..798e3d623 100644
--- a/bgpd/bgp_evpn_mh.c
+++ b/bgpd/bgp_evpn_mh.c
@@ -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;