diff options
author | anlan_cs <vic.lan@pica8.com> | 2022-05-12 03:25:47 +0200 |
---|---|---|
committer | anlan_cs <vic.lan@pica8.com> | 2022-05-12 08:19:51 +0200 |
commit | b0b9a2fe52593c50da7345a290d3edf5aaf3efa6 (patch) | |
tree | 803fd93dceceeaa7189f71fcda16b525e36b9a68 /zebra/zebra_evpn_mh.h | |
parent | Merge pull request #11138 from opensourcerouting/fix/rpki (diff) | |
download | frr-b0b9a2fe52593c50da7345a290d3edf5aaf3efa6.tar.xz frr-b0b9a2fe52593c50da7345a290d3edf5aaf3efa6.zip |
bgpd,zebra: correct one debug log for evpn-mh
Correct one debug log in evpn-mh.
BTW, correct one misspelled word in comment.
Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'zebra/zebra_evpn_mh.h')
-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 { |