ct-dpif: Add ct_dpif_dump_{start,next,done}().
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 28 Oct 2015 18:24:25 +0000 (11:24 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 22 Dec 2015 01:23:32 +0000 (17:23 -0800)
commitb77d9629ad173b2b903f2146b931c729c22ae2d8
treeda6f3689c47fd797a9e796157801cc665e29c1e1
parent6830a0c0e6bfe022f26277330ca2ded917dc5a83
ct-dpif: Add ct_dpif_dump_{start,next,done}().

These function can be used to dump conntrack entries from a datapath.

They simply call a function pointer in the dpif_class. No dpif currently
implements the interface.

The next commits will provide an implementation in dpif-netlink.

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