You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
348 B
11 lines
348 B
--- a/networking/libiproute/iplink.c
|
|
+++ b/networking/libiproute/iplink.c
|
|
@@ -470,7 +470,7 @@ static int do_add_or_delete(char **argv,
|
|
}
|
|
xrtnl_open(&rth);
|
|
ll_init_map(&rth);
|
|
- if (type_str) {
|
|
+ if (type_str && rtm == RTM_NEWLINK) {
|
|
struct rtattr *linkinfo = NLMSG_TAIL(&req.n);
|
|
|
|
addattr_l(&req.n, sizeof(req), IFLA_LINKINFO, NULL, 0);
|
|
|