diff options
| author | Rajasekar Raja <rajasekarr@nvidia.com> | 2024-02-15 11:23:51 -0800 |
|---|---|---|
| committer | Rajasekar Raja <rajasekarr@nvidia.com> | 2024-04-08 10:51:43 -0700 |
| commit | a07df6f7548f6bd1b92acbb7a10c3823de33fe5f (patch) | |
| tree | fb4b902e1695464a4cd4ca4e577fd53841a9b990 /bgpd/bgp_table.h | |
| parent | 498967799daf2f6a8c26bc773909ed248f402e54 (diff) | |
bgpd : backpressure - Handle BGP-Zebra(EPVN) Install evt Creation
Current changes deals with EVPN routes installation to zebra.
In evpn_route_select_install() we invoke evpn_zebra_install/uninstall
which sends zclient_send_message().
This is a continuation of code changes (similar to
ccfe452763d16c432fa81fd20e805bec819b345e) but to handle evpn part
of the code.
Ticket: #3390099
Signed-off-by: Rajasekar Raja <rajasekarr@nvidia.com>
Diffstat (limited to 'bgpd/bgp_table.h')
| -rw-r--r-- | bgpd/bgp_table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index 95705d2470..130f5ca749 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -78,6 +78,8 @@ struct bgp_dest { struct zebra_announce_item zai; struct bgp_path_info *za_bgp_pi; + struct bgpevpn *za_vpn; + bool za_is_sync; uint64_t version; |
