ct-dpif: Add ct_dpif_flush().
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 28 Oct 2015 17:32:32 +0000 (10:32 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 22 Dec 2015 01:27:19 +0000 (17:27 -0800)
commit767ccfa657c64563ad988b81bf408c07f29a3358
treea2c2b0b184ba92a5b4e1e38d2d094396c7683a48
parente0c5380b568b69c8904250874b9183e945267ebe
ct-dpif: Add ct_dpif_flush().

This function will flush the connection tracking tables of a specific
datapath.

It simply calls a function pointer in the dpif_class. No dpif
currently implements the required 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