mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
isisd: isis_dr_resign() trace braced with debug isis events
debug isis events will also be used to not display isis_dr_resign() event trace. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
e09284ca09
commit
e6605a89f1
@ -217,6 +217,7 @@ int isis_dr_resign(struct isis_circuit *circuit, int level)
|
||||
{
|
||||
uint8_t id[ISIS_SYS_ID_LEN + 2];
|
||||
|
||||
if (IS_DEBUG_EVENTS)
|
||||
zlog_debug("isis_dr_resign l%d", level);
|
||||
|
||||
circuit->u.bc.is_dr[level - 1] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user