diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-12-08 07:36:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 07:36:44 -0500 |
| commit | 4a2ece949e5ff82d9c3caf7273d31be9a3b3e93c (patch) | |
| tree | bb95ec504dd1323eff96a7677e8fb4072fc3b2da /zebra/rib.h | |
| parent | c659e1c349dd3679014330174464d3d84f65d23f (diff) | |
| parent | 4d60d9e2b4690bc0f1c84dd68b8b25c5c523e39a (diff) | |
Merge pull request #14964 from pguibert6WIND/nhg_del_in_queue
zebra: enqueue NHG_DEL in rib_nhg meta queue
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 7ce6fbe609..61d9953d81 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -430,6 +430,7 @@ extern int rib_queue_nhg_ctx_add(struct nhg_ctx *ctx); /* Enqueue incoming nhg from proto daemon for processing */ extern int rib_queue_nhe_add(struct nhg_hash_entry *nhe); +extern int rib_queue_nhe_del(struct nhg_hash_entry *nhe); /* Enqueue evpn route for processing */ int zebra_rib_queue_evpn_route_add(vrf_id_t vrf_id, const struct ethaddr *rmac, |
