diff options
author | Susant Sahani <ssahani@redhat.com> | 2016-05-06 09:49:49 +0530 |
---|---|---|
committer | Susant Sahani <ssahani@redhat.com> | 2016-05-06 09:49:49 +0530 |
commit | 06976f5b2a052e2e2fb9c3dc3d72133c2ce58ddf (patch) | |
tree | f1740f821a0533c3eeaec3be06b134a9a93cbeb9 /src | |
parent | 93e2822684b37a4eeef03775a7a1f44a3055d7b2 (diff) |
networkd: route fix comment
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkd-route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-route.c b/src/network/networkd-route.c index 01094b20bd..43f37266d8 100644 --- a/src/network/networkd-route.c +++ b/src/network/networkd-route.c @@ -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"); |