Codebase list ifmetric / 9d11bb5
Fix netlink invalid patch Michael Shuler 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 @@ -97,6 +97,8 @@
88 l = NLMSG_PAYLOAD(n, sizeof(struct rtmsg));
99 a = RTM_RTA(r);
10
10
1111 + r->rtm_flags &= ~(RTNH_F_DEAD | RTNH_F_LINKDOWN);
1212 +
1313 while(RTA_OK(a, l)) {