commit | 5c58298c2536252ab95aa2b1497ab47eb878ca5d | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Tue Oct 23 20:29:25 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 23 21:27:51 2007 -0700 |
tree | c21815b2b3c16aaf7ebb5750fe4fe195f1d04e3c | |
parent | be7f827360b5dfecd8f43adbd48f2c39556004c9 [diff] |
[NETLINK]: Fix ACK processing after netlink_dump_start 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 <den@openvz.org> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>