From: Patrick McHardy Date: Sat, 27 Mar 2010 03:27:49 +0000 (-0700) Subject: net: fix netlink address dumping in IPv4/IPv6 X-Git-Tag: v2.6.34-rc3~9^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b97efdf392563bf03b4917a0b5add2df65de39a;p=pandora-kernel.git net: fix netlink address dumping in IPv4/IPv6 When a dump is interrupted at the last device in a hash chain and then continued, "idx" won't get incremented past s_idx, so s_ip_idx is not reset when moving on to the next device. This means of all following devices only the last n - s_ip_idx addresses are dumped. Tested-by: Pawel Staszewski Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed