summaryrefslogtreecommitdiffstats
path: root/ospf6d
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2021-10-15 15:21:40 +0200
committerGitHub <noreply@github.com>2021-10-15 15:21:40 +0200
commit1afa7d53261fa7b19185d99251b07816ac9b054e (patch)
tree35c1ad045bc3f4cd50d4f8bbcbc840d8f6233e5f /ospf6d
parentMerge pull request #9836 from opensourcerouting/doc-developer-fixes (diff)
parentospfd: fix another DR election issue during graceful restart (diff)
downloadfrr-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.c2
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 */