mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +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:
@@ -3685,6 +3685,9 @@ const struct dpif_class dpif_netdev_class = {
|
||||
dpif_netdev_enable_upcall,
|
||||
dpif_netdev_disable_upcall,
|
||||
dpif_netdev_get_datapath_version,
|
||||
NULL, /* ct_dump_start */
|
||||
NULL, /* ct_dump_next */
|
||||
NULL, /* ct_dump_done */
|
||||
};
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user