diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-06-25 15:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 15:07:42 +0200 |
commit | b6eaf9065bc6450924e670fa6acb5862912ec9dc (patch) | |
tree | 07cb77f68b412c487831076ad01221445b957423 /isisd/isis_sr.c | |
parent | Merge pull request #6641 from donaldsharp/bgp_sighup_is_bad (diff) | |
parent | ISIS VRF: ISIS Debug structure modifications (diff) | |
download | frr-b6eaf9065bc6450924e670fa6acb5862912ec9dc.tar.xz frr-b6eaf9065bc6450924e670fa6acb5862912ec9dc.zip |
Merge pull request #6619 from Niral-Networks/niral_isis_debug_p2
ISIS VRF: ISIS Debug structure modifications Type 2
Diffstat (limited to 'isisd/isis_sr.c')
-rw-r--r-- | isisd/isis_sr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_sr.c b/isisd/isis_sr.c index f27aca991..59f00a73f 100644 --- a/isisd/isis_sr.c +++ b/isisd/isis_sr.c @@ -819,7 +819,7 @@ static int sr_prefix_install_remote(struct sr_prefix *srp) if (output_label == MPLS_INVALID_LABEL) goto next; - if (IS_DEBUG_ISIS(DEBUG_SR)) { + if (IS_DEBUG_SR) { static char buf[INET6_ADDRSTRLEN]; inet_ntop(nexthop->family, &nexthop->ip, buf, |