diff options
| author | GalaxyGorilla <sascha@netdef.org> | 2020-12-07 12:13:26 +0000 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2021-07-05 11:43:02 -0300 |
| commit | 3f87e1d8b398fdcfb34e51bc0cfd0dc7a4dd0cb4 (patch) | |
| tree | b1c0cfed69f0fccb635b046b3ecc1d42560838d7 /ospfd/ospf_packet.c | |
| parent | e9505bc63a93b8034d135703efeb8c55ac9ee280 (diff) | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index d9b9f1d22e..e3a8eabdaf 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__); } |
