dpif-netlink: Implement ct_flush.
authorDaniele Di Proietto <diproiettod@vmware.com>
Wed, 28 Oct 2015 17:34:26 +0000 (10:34 -0700)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 22 Dec 2015 01:27:19 +0000 (17:27 -0800)
commit299c4c6f6afcc72663767f00f7f7c72184d478fc
treec2a811aa100bf2b489721ee965a48aa20d177f68
parentb4ff79ce142f2f0af41d48712b9fe262163a336a
dpif-netlink: Implement ct_flush.

This member function is used by the ct-dpif module to provide its
services.  It's 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