summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_packet.c
diff options
context:
space:
mode:
authorGalaxyGorilla <sascha@netdef.org>2020-12-07 13:13:26 +0100
committerRenato Westphal <renato@opensourcerouting.org>2021-07-05 16:43:02 +0200
commit3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4 (patch)
treeb1c0cfed69f0fccb635b046b3ecc1d42560838d7 /ospfd/ospf_packet.c
parentospfd: print extra LSA information in some log messages (diff)
downloadfrr-3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4.tar.xz
frr-3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4.zip
ospfd: adjust log config for GR
Remove previous log config debug ospf graceful-restart helper and just use debug ospf graceful-restart for everything related to OSPF GR. Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'ospfd/ospf_packet.c')
-rw-r--r--ospfd/ospf_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c
index d9b9f1d22..e3a8eabda 100644
--- a/ospfd/ospf_packet.c
+++ b/ospfd/ospf_packet.c
@@ -4263,7 +4263,7 @@ void ospf_ls_ack_send(struct ospf_neighbor *nbr, struct ospf_lsa *lsa)
struct ospf_interface *oi = nbr->oi;
if (IS_GRACE_LSA(lsa)) {
- if (IS_DEBUG_OSPF_GR_HELPER)
+ if (IS_DEBUG_OSPF_GR)
zlog_debug("%s, Sending GRACE ACK to Restarter.",
__func__);
}