Skip to content
Snippets Groups Projects
Commit 552e4447 authored by Marek Behun's avatar Marek Behun
Browse files

patches/openwrt: fix iproute2 patch


Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
parent ac661fbe
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ index 0000000..a22c378
++ *argv);
++ return -1;
++ }
++ addattr_l(&req->n, sizeof(req), IFLA_LINK, &link, 4);
++ addattr_l(&req->n, sizeof(*req), IFLA_LINK, &link, 4);
+ } else if (matches(*argv, "address") == 0) {
+ NEXT_ARG();
+ addr_len = ll_addr_a2n(abuf, sizeof(abuf), *argv);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment