mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 17:52:19 +00:00
Merge pull request #7675 from donaldsharp/bgp_nh
bgpd: Let's actually track if the nh was updated
This commit is contained in:
commit
f017e7312e
@ -1176,7 +1176,7 @@ void bgp_zebra_announce(struct bgp_dest *dest, const struct prefix *p,
|
||||
int nh_othervrf = 0;
|
||||
char buf_prefix[PREFIX_STRLEN]; /* filled in if we are debugging */
|
||||
bool is_evpn;
|
||||
int nh_updated;
|
||||
bool nh_updated = false;
|
||||
bool do_wt_ecmp;
|
||||
uint64_t cum_bw = 0;
|
||||
uint32_t nhg_id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user