summaryrefslogtreecommitdiff
path: root/zebra/zebra_routemap.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-09 08:51:34 -0500
committerDonald Sharp <sharpd@nvidia.com>2022-12-09 09:47:06 -0500
commitcda0f501fb9a3b0dca429dac628ea4cc9566e233 (patch)
treeb525fd2539f8be3c174be8dad198a8a9f3012618 /zebra/zebra_routemap.h
parentb3faf1aab6029caf272475122fd99f7f0b0b39c9 (diff)
zebra: Free up routemap name memory on vrf deletion event
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_routemap.h')
-rw-r--r--zebra/zebra_routemap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_routemap.h b/zebra/zebra_routemap.h
index 3f58e14e10..02b01fa53a 100644
--- a/zebra/zebra_routemap.h
+++ b/zebra/zebra_routemap.h
@@ -50,6 +50,8 @@ zebra_nht_route_map_check(afi_t afi, int client_proto, const struct prefix *p,
struct zebra_vrf *zvrf, struct route_entry *,
struct nexthop *nexthop);
+extern void zebra_routemap_vrf_delete(struct zebra_vrf *zvrf);
+
#ifdef __cplusplus
}
#endif