mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
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:
parent
2e33cd7110
commit
422e418ab9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user