]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix loop logic in dplane for extra intf info
authorMark Stapp <mjs@voltanet.io>
Fri, 18 Dec 2020 18:49:07 +0000 (13:49 -0500)
committerMark Stapp <mjs@voltanet.io>
Fri, 18 Dec 2020 18:49:07 +0000 (13:49 -0500)
commitb364e87d563871bd563eacdae71845440de2578f
tree92926d12f2cf31806ca2d074f064e51bf3f542d5
parentb2d8bcc52a7d31ad9aacdb578093dabf327fb563
zebra: fix loop logic in dplane for extra intf info

The way a couple of clauses were placed in a loop meant that
some info might not be collected - re-order things just a bit.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_dplane.c