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:23:43 +0000 (17:23 -0800)
commita0f7b6d525d61a91c9e00e693d9513bf7833e373
tree1044ee90feb0c973b77955c3e8589106619ae850
parentb77d9629ad173b2b903f2146b931c729c22ae2d8
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