1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

network/route: fix typo

Follow-up for c8dbf9acc1.
This commit is contained in:
Yu Watanabe 2024-09-01 22:03:09 +09:00
parent a12db1e7c4
commit 9afb4aea00

View File

@ -1123,7 +1123,7 @@ static int process_route_one(
return 0;
}
/* We configure IPv6 multipath route separatedly. When the first path is configured,
/* We configure IPv6 multipath route separately. When the first path is configured,
* the kernel does not provide the weight of the path. So, we need to adjust it here.
* Hopefully, the weight is assigned correctly. */
if (route->nexthop.weight == 0) {