mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 05:45:08 +00:00
Merge pull request #11040 from donaldsharp/bgp_type5_route_handling
bgpd: Allow type 5 routes to be handled better when link is flapping
This commit is contained in:
commit
db8d184392
@ -589,6 +589,10 @@ static void bgp_nht_ifp_handle(struct interface *ifp, bool up)
|
||||
if (!bgp)
|
||||
return;
|
||||
|
||||
bgp_nht_ifp_table_handle(bgp, &bgp->nexthop_cache_table[AFI_IP], ifp,
|
||||
up);
|
||||
bgp_nht_ifp_table_handle(bgp, &bgp->import_check_table[AFI_IP], ifp,
|
||||
up);
|
||||
bgp_nht_ifp_table_handle(bgp, &bgp->nexthop_cache_table[AFI_IP6], ifp,
|
||||
up);
|
||||
bgp_nht_ifp_table_handle(bgp, &bgp->import_check_table[AFI_IP6], ifp,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user