diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-12 10:32:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 10:32:25 +0200 |
commit | 4d5a0ff3915d7f8cc3c418d510c05a78cf7ad568 (patch) | |
tree | 72764e37ee351a234c68629229656ec9439ce11a /zebra | |
parent | Merge pull request #11151 from opensourcerouting/pim-various-20220506 (diff) | |
parent | bgpd,zebra: correct one debug log for evpn-mh (diff) | |
download | frr-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 'zebra')
-rw-r--r-- | zebra/zebra_evpn_mh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_evpn_mh.h b/zebra/zebra_evpn_mh.h index 7e288853b..037648311 100644 --- a/zebra/zebra_evpn_mh.h +++ b/zebra/zebra_evpn_mh.h @@ -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 { |