mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
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>
This commit is contained in:
@@ -2319,6 +2319,9 @@ const struct dpif_class dpif_netlink_class = {
|
||||
NULL, /* enable_upcall */
|
||||
NULL, /* disable_upcall */
|
||||
dpif_netlink_get_datapath_version, /* get_datapath_version */
|
||||
NULL, /* ct_dump_start */
|
||||
NULL, /* ct_dump_next */
|
||||
NULL, /* ct_dump_done */
|
||||
};
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user