mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 14:40:47 +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)");
|
||||
|
||||
/* Set the flag about the dedicated fib list */
|
||||
SET_FLAG(re->status, ROUTE_ENTRY_USE_FIB_NHG);
|
||||
if (ctxnhg->nexthop)
|
||||
copy_nexthops(&(re->fib_ng.nexthop), ctxnhg->nexthop, NULL);
|
||||
if (zrouter.asic_notification_nexthop_control) {
|
||||
SET_FLAG(re->status, ROUTE_ENTRY_USE_FIB_NHG);
|
||||
if (ctxnhg->nexthop)
|
||||
copy_nexthops(&(re->fib_ng.nexthop), ctxnhg->nexthop,
|
||||
NULL);
|
||||
}
|
||||
|
||||
check_backups:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user