]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-vserver-2.3.patch
- up to 4.9.138
[packages/kernel.git] / kernel-vserver-2.3.patch
index 9496a0e3415d68ae44489dccbb5db903adb24e6d..261553bff2053fd87fec6cf13a6e92b01e3d6c6b 100644 (file)
@@ -24066,10 +24066,10 @@ diff -NurpP --minimal linux-4.9.135/net/ipv6/addrconf.c linux-4.9.135-vs2.3.9.8/
        switch (type) {
 @@ -4723,6 +4738,8 @@ static int in6_dump_addrs(struct inet6_d
                list_for_each_entry(ifa, &idev->addr_list, if_list) {
-                       if (++ip_idx < s_ip_idx)
-                               continue;
+                       if (ip_idx < s_ip_idx)
+                               goto next;
 +                      if (!v6_addr_in_nx_info(nxi, &ifa->addr, -1))
-+                              continue;
++                              goto next;
                        err = inet6_fill_ifaddr(skb, ifa,
                                                NETLINK_CB(cb->skb).portid,
                                                cb->nlh->nlmsg_seq,
This page took 0.091255 seconds and 4 git commands to generate.