Re: [IPV6] Fix rtnetlink dump infinite loop

2005-11-12 Thread David S. Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Sat, 12 Nov 2005 15:15:49 +1100 The recent change to netlink dump done callback handling broke IPv6 which played dirty tricks with the done callback. This causes an infinite loop during a dump. The following patch fixes it. This bug was reported

[IPV6] Fix rtnetlink dump infinite loop

2005-11-11 Thread Herbert Xu
Hi: The recent change to netlink dump done callback handling broke IPv6 which played dirty tricks with the done callback. This causes an infinite loop during a dump. The following patch fixes it. This bug was reported by Jeff Garzik. Signed-off-by: Herbert Xu [EMAIL PROTECTED] Thanks, --