network/route: update reference of the route from nexthop

Follow-up for 6f09031e4d.

The function has been introduced by the commit, but it has never been used...
This commit is contained in:
Yu Watanabe 2024-11-11 16:05:54 +09:00 committed by Luca Boccassi
parent 2e33cd7110
commit 422e418ab9

View File

@ -1138,6 +1138,8 @@ static int process_route_one(
}
}
route_attach_to_nexthop(route);
route_enter_configured(route);
log_route_debug(route, is_new ? "Received new" : "Received remembered", manager);