diff options
| author | harios <hari@niralnetworks.com> | 2020-06-20 00:34:33 +0530 |
|---|---|---|
| committer | harios <hari@niralnetworks.com> | 2020-06-24 14:45:06 +0530 |
| commit | e740f9c1596333ae8e6ac602dabbfc9a9c769d04 (patch) | |
| tree | 9b7c30cbb3e6bba9827b6eec46f82f8515cac2cd /isisd/isis_dr.c | |
| parent | 8dc1d9258839bb4a709b2b6c667dec9eac0abdae (diff) | |
ISIS VRF: ISIS Debug structure modifications
1. The "isis->debug" variable dependency on debug logs print is removed.
Signed-off-by: harios <hari@niralnetworks.com>
Diffstat (limited to 'isisd/isis_dr.c')
| -rw-r--r-- | isisd/isis_dr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_dr.c b/isisd/isis_dr.c index 7be5307500..8df1304866 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c @@ -264,7 +264,7 @@ int isis_dr_commence(struct isis_circuit *circuit, int level) { uint8_t old_dr[ISIS_SYS_ID_LEN + 2]; - if (isis->debugs & DEBUG_EVENTS) + if (IS_DEBUG_EVENTS) zlog_debug("isis_dr_commence l%d", level); /* Lets keep a pause in DR election */ |
