12fb4bb834
* Update busybox to 1.29.2 * refresh default config * remove upstreamed patches Config refreshed with cd config/ ../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/busybox-1.29.2 cd .. ./convert_defaults.pl < ../../../build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/busybox-1.29.2/.config > Config-defaults.in Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Tested-by: Hans Dedecker <dedeckeh@gmail.com>
11 lines
348 B
Diff
11 lines
348 B
Diff
--- a/networking/libiproute/iplink.c
|
|
+++ b/networking/libiproute/iplink.c
|
|
@@ -652,7 +652,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);
|