diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2022-02-02 08:35:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 08:35:00 -0500 |
| commit | 3d1ff4bfdb159583a62e72ccb359a8508c4cbb2e (patch) | |
| tree | 45d34fef009c1f114f8c795454e21902d2e016be /zebra/rib.h | |
| parent | 249932f969e96ffb27276146d59f9031326c373b (diff) | |
| parent | 0ef6eacc95c82014c04f13be3b641ff3983040ca (diff) | |
Merge pull request #10409 from idryzhov/zebra-mq-clean-crash
zebra: fix cleanup of meta queues on vrf disable
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index d873eb22d1..c1aeb7f07e 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -481,6 +481,8 @@ int zebra_rib_queue_evpn_rem_vtep_del(vrf_id_t vrf_id, vni_t vni, struct in_addr vtep_ip); extern void meta_queue_free(struct meta_queue *mq); +extern void rib_meta_queue_free_vrf(struct meta_queue *mq, + struct zebra_vrf *zvrf); extern int zebra_rib_labeled_unicast(struct route_entry *re); extern struct route_table *rib_table_ipv6; |
