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:23:55 +0000 (17:23 -0800)
commit15eabc97104e29ee45516dc02e3ecd3405a47365
treee9821ba95cc3f855d56d9b73021f2048297b6d24
parentdffae65fea4deb9e8ce157bf30f7ffa3479bef49
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