networkd: route fix comment

This commit is contained in:
Susant Sahani 2016-05-06 09:49:49 +05:30
parent 93e2822684
commit 06976f5b2a
1 changed files with 1 additions and 1 deletions

View File

@ -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");