dpif-netlink: Implement ct_dump_{start,next,done}.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 28 Oct 2015 18:26:18 +0000 (11:26 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 22 Dec 2015 01:23:48 +0000 (17:23 -0800)
commitc11c9f4a1a8d2dba00b5d30490c5a91c0f0f9cb5
tree865437a13f446f8ab2a9f4ef3eb94aff56aeec46
parenta0f7b6d525d61a91c9e00e693d9513bf7833e373
dpif-netlink: Implement ct_dump_{start,next,done}.

These member functions are used by the ct-dpif module to provide its
services.  They're implemented using the netlink-conntrack module.

N.B. The Linux kernel datapaths share the connection tracker among them
and with the rest of the system.  Therefore the operations are not
really dpif specific.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Joe Stringer <joe@ovn.org>
lib/dpif-netlink.c