projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e2822
)
networkd: route fix comment
author
Susant Sahani
<ssahani@redhat.com>
Fri, 6 May 2016 04:19:49 +0000
(09:49 +0530)
committer
Susant Sahani
<ssahani@redhat.com>
Fri, 6 May 2016 04:19:49 +0000
(09:49 +0530)
src/network/networkd-route.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-route.c
b/src/network/networkd-route.c
index 01094b20bd8da25ea36a7f202bcdcf5f5f29485f..43f37266d8b2f085abc75e5f1bffcfcc73b573bd 100644
(file)
--- 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");