]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Move prefix lookup to outside re loop 16681/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 28 Aug 2024 17:18:00 +0000 (13:18 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 28 Aug 2024 17:18:00 +0000 (13:18 -0400)
commit184dccca6001ca566788e3a51d2da4248f379f92
treec793cec0df8c17cb8453b2005e707747aaca83f9
parent3d2c589766a7bd8694bcbdb8c6979178d1f2d811
zebra: Move prefix lookup to outside re loop

Move the prefix lookup/comparison to outside the re loop
and into the rn loop, since that is where the code should
actually be.

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