mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
dpctl conntrack: Add get number of connections.
A get command is added for number of conntrack connections. This command is only supported in the userspace datapath at this time. Signed-off-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Antonio Fischetti <antonio.fischetti@intel.com> Co-authored-by: Antonio Fischetti <antonio.fischetti@intel.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -2991,6 +2991,7 @@ const struct dpif_class dpif_netlink_class = {
|
||||
dpif_netlink_ct_flush,
|
||||
NULL, /* ct_set_maxconns */
|
||||
NULL, /* ct_get_maxconns */
|
||||
NULL, /* ct_get_nconns */
|
||||
dpif_netlink_meter_get_features,
|
||||
dpif_netlink_meter_set,
|
||||
dpif_netlink_meter_get,
|
||||
|
Reference in New Issue
Block a user