]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Move debug information gathering to inside guard 7157/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 00:47:33 +0000 (20:47 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 23 Sep 2020 00:47:33 +0000 (20:47 -0400)
commitbed74d178e8b0f2de1dadc6a68fdb5a63e2c309f
tree941808452cf35c5caddd5f9c4ae8647ff6bb902d
parentb5a4bc64039b62f0df472c129b40c900eecc193f
zebra: Move debug information gathering to inside guard

Let's not make the entire `depend_finds` function pay
for the data gathering needed for the debug.  There
are numerous other places in the code that check
the NEXTHOP_FLAG_RECURSIVE and do the same output.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_nhg.c