mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 13:51:53 +00:00
Merge pull request #12708 from donaldsharp/no_notification
zebra: Send nht resolved entry up to concerned protocols in all cases
This commit is contained in:
commit
62f9428044
@ -1788,9 +1788,12 @@ no_nexthops:
|
|||||||
ctxnhg->nexthop != NULL ? "" : " (empty)");
|
ctxnhg->nexthop != NULL ? "" : " (empty)");
|
||||||
|
|
||||||
/* Set the flag about the dedicated fib list */
|
/* Set the flag about the dedicated fib list */
|
||||||
SET_FLAG(re->status, ROUTE_ENTRY_USE_FIB_NHG);
|
if (zrouter.asic_notification_nexthop_control) {
|
||||||
if (ctxnhg->nexthop)
|
SET_FLAG(re->status, ROUTE_ENTRY_USE_FIB_NHG);
|
||||||
copy_nexthops(&(re->fib_ng.nexthop), ctxnhg->nexthop, NULL);
|
if (ctxnhg->nexthop)
|
||||||
|
copy_nexthops(&(re->fib_ng.nexthop), ctxnhg->nexthop,
|
||||||
|
NULL);
|
||||||
|
}
|
||||||
|
|
||||||
check_backups:
|
check_backups:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user