mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
networkd: route fix comment
This commit is contained in:
parent
93e2822684
commit
06976f5b2a
@ -512,7 +512,7 @@ int route_configure(Route *route, Link *link,
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Could not set route table: %m");
|
||||
|
||||
/* Table attribute to allow allow more than 256. */
|
||||
/* Table attribute to allow more than 256. */
|
||||
r = sd_netlink_message_append_data(req, RTA_TABLE, &route->table, sizeof(route->table));
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Could not append RTA_TABLE attribute: %m");
|
||||
|
Loading…
Reference in New Issue
Block a user