diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-12-09 08:51:34 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-12-09 09:47:06 -0500 | 
| commit | cda0f501fb9a3b0dca429dac628ea4cc9566e233 (patch) | |
| tree | b525fd2539f8be3c174be8dad198a8a9f3012618 /zebra/zebra_routemap.h | |
| parent | b3faf1aab6029caf272475122fd99f7f0b0b39c9 (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.h | 2 | 
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  | 
