diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2021-10-15 15:21:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 15:21:40 +0200 |
commit | 1afa7d53261fa7b19185d99251b07816ac9b054e (patch) | |
tree | 35c1ad045bc3f4cd50d4f8bbcbc840d8f6233e5f /ospf6d | |
parent | Merge pull request #9836 from opensourcerouting/doc-developer-fixes (diff) | |
parent | ospfd: fix another DR election issue during graceful restart (diff) | |
download | frr-1afa7d53261fa7b19185d99251b07816ac9b054e.tar.xz frr-1afa7d53261fa7b19185d99251b07816ac9b054e.zip |
Merge pull request #9813 from opensourcerouting/ospf-gr-fixes
ospfd: more GR fixes
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_gr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_gr.c b/ospf6d/ospf6_gr.c index 40893ed99..c3e6f62f0 100644 --- a/ospf6d/ospf6_gr.c +++ b/ospf6d/ospf6_gr.c @@ -58,7 +58,7 @@ static int ospf6_gr_lsa_originate(struct ospf6_interface *oi) char buffer[OSPF6_MAX_LSASIZE]; if (IS_OSPF6_DEBUG_ORIGINATE(LINK)) - zlog_debug("Originate Link-LSA for Interface %s", + zlog_debug("Originate Grace-LSA for Interface %s", oi->interface->name); /* prepare buffer */ |