diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-01-19 15:27:31 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-01-19 15:28:03 +0100 |
commit | fe0c684b34d442d74bb2728e20607829f7980743 (patch) | |
tree | 429c627deaea05c6d6da6f231d02fc46ee641ed4 /src/network/networkd-route-nexthop.c | |
parent | Merge pull request #31012 from YHNdnzj/pam-systemd-session-busy (diff) | |
download | systemd-fe0c684b34d442d74bb2728e20607829f7980743.tar.xz systemd-fe0c684b34d442d74bb2728e20607829f7980743.zip |
network: fix typo
Follow-up for 406fde1a4d87eb43cbec0b86213bf78b02595c6b.
Diffstat (limited to '')
-rw-r--r-- | src/network/networkd-route-nexthop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-route-nexthop.c b/src/network/networkd-route-nexthop.c index 2228c6280d..5f1da28604 100644 --- a/src/network/networkd-route-nexthop.c +++ b/src/network/networkd-route-nexthop.c @@ -585,7 +585,7 @@ int route_nexthops_set_netlink_message(const Route *route, sd_netlink_message *m if (route_type_is_reject(route)) return 0; - /* We request IPv6 multipath routes separatedly. Even though, if weight is non-zero, we need to use + /* We request IPv6 multipath routes separately. Even though, if weight is non-zero, we need to use * RTA_MULTIPATH, as we have no way to specify the weight of the nexthop. */ if (ordered_set_isempty(route->nexthops) && route->nexthop.weight == 0) { |