diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-06-25 09:07:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 09:07:42 -0400 |
| commit | b6eaf9065bc6450924e670fa6acb5862912ec9dc (patch) | |
| tree | 07cb77f68b412c487831076ad01221445b957423 /isisd/isis_circuit.c | |
| parent | 95832d33ba744a5608950c24f7e8b6ae2efdad20 (diff) | |
| parent | e740f9c1596333ae8e6ac602dabbfc9a9c769d04 (diff) | |
Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2
ISIS VRF: ISIS Debug structure modifications Type 2
Diffstat (limited to 'isisd/isis_circuit.c')
| -rw-r--r-- | isisd/isis_circuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c index e0013e4f1f..9804841d6d 100644 --- a/isisd/isis_circuit.c +++ b/isisd/isis_circuit.c @@ -469,7 +469,7 @@ void isis_circuit_if_add(struct isis_circuit *circuit, struct interface *ifp) circuit->is_passive = 1; } else { /* It's normal in case of loopback etc. */ - if (isis->debugs & DEBUG_EVENTS) + if (IS_DEBUG_EVENTS) zlog_debug("isis_circuit_if_add: unsupported media"); circuit->circ_type = CIRCUIT_T_UNKNOWN; } |
