[PATCH] fix ACK processing after netlink_dump_start

2007-10-23 Thread Denis V. Lunev
Revert to original netlink behavior. Do not reply with ACK if the netlink dump has bees successfully started. libnl has been broken by the cd40b7d3983c708aabe3d3008ec64ffce56d33b0 The following command reproduce the problem: /nl-route-get 192.168.1.1 Signed-off-by: Denis V. Lunev [EMAIL

Re: [PATCH] fix ACK processing after netlink_dump_start

2007-10-23 Thread Joseph Fannin
On Tue, Oct 23, 2007 at 06:40:23PM +0400, Denis V. Lunev wrote: Revert to original netlink behavior. Do not reply with ACK if the netlink dump has bees successfully started. libnl has been broken by the cd40b7d3983c708aabe3d3008ec64ffce56d33b0 The following command reproduce the problem:

Re: [PATCH] fix ACK processing after netlink_dump_start

2007-10-23 Thread Thomas Graf
* Denis V. Lunev [EMAIL PROTECTED] 2007-10-23 18:40 Revert to original netlink behavior. Do not reply with ACK if the netlink dump has bees successfully started. libnl has been broken by the cd40b7d3983c708aabe3d3008ec64ffce56d33b0 The following command reproduce the problem:

Re: [PATCH] fix ACK processing after netlink_dump_start

2007-10-23 Thread David Miller
From: Thomas Graf [EMAIL PROTECTED] Date: Tue, 23 Oct 2007 18:34:28 +0200 * Denis V. Lunev [EMAIL PROTECTED] 2007-10-23 18:40 Revert to original netlink behavior. Do not reply with ACK if the netlink dump has bees successfully started. libnl has been broken by the