summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/routemap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/routemap.c b/lib/routemap.c
index 1c2f43d96..360fd25cc 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -2399,6 +2399,7 @@ route_map_result_t route_map_apply(struct route_map *map,
index = route_map_get_index(map, prefix, object,
(uint8_t *)&match_ret);
if (index) {
+ index->applied++;
if (rmap_debug)
zlog_debug(
"Best match route-map: %s, sequence: %d for pfx: %pFX, result: %s",