mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 09:52:27 +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,7 +217,8 @@ int isis_dr_resign(struct isis_circuit *circuit, int level)
|
|||||||
{
|
{
|
||||||
uint8_t id[ISIS_SYS_ID_LEN + 2];
|
uint8_t id[ISIS_SYS_ID_LEN + 2];
|
||||||
|
|
||||||
zlog_debug("isis_dr_resign l%d", level);
|
if (IS_DEBUG_EVENTS)
|
||||||
|
zlog_debug("isis_dr_resign l%d", level);
|
||||||
|
|
||||||
circuit->u.bc.is_dr[level - 1] = 0;
|
circuit->u.bc.is_dr[level - 1] = 0;
|
||||||
circuit->u.bc.run_dr_elect[level - 1] = 0;
|
circuit->u.bc.run_dr_elect[level - 1] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user