Ignore NLMSG_DONE Netlink messages in dpif.
authorBen Pfaff <blp@nicira.com>
Wed, 28 May 2008 23:03:36 +0000 (16:03 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 May 2008 23:03:36 +0000 (16:03 -0700)
commit3d8bf698e7189bf966bab6bce5c48e616f4b14eb
treed2f3065ed3d9315ecc84c6f4f68938d6c9cebed0
parent051ea3978c4a74fb44978b49eec6bbacee751516
Ignore NLMSG_DONE Netlink messages in dpif.

Otherwise the secchan considers the NLMSG_DONE at the end of a stats
dump to be an error and disconnects from the netlink connection.

Thanks to Martin for discovering the problem.
lib/dpif.c