]> git.puffer.fish Git - mirror/frr.git/commit
lib: Add two places we were not counting route-map applied 13894/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 30 Jun 2023 13:56:51 +0000 (09:56 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 3 Jul 2023 12:16:43 +0000 (08:16 -0400)
commitbdcea06d6a9a610200f8be7b9f86d22bf9663be9
tree057359edd7f39b70fb0313e1d04ffa473d755069
parentc738d8db03be79ce638b82fca4620d9fa629fe22
lib: Add two places we were not counting route-map applied

There were a couple of places where it was possible a route-map
was applied( and DENIED ) but the count for the number of times
the application happen was not incremented.

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