Update manual and usage for R/W parameters commands.
Signed-off-by: Antonio Fischetti <[email protected]>
---
lib/dpctl.man | 8 ++++++++
utilities/ovs-dpctl.c | 2 ++
2 files changed, 10 insertions(+)
diff --git a/lib/dpctl.man b/lib/dpctl.man
index 675fe5a..836cc08 100644
--- a/lib/dpctl.man
+++ b/lib/dpctl.man
@@ -235,3 +235,11 @@ For each ConnTracker bucket, displays the number of
connections used
by \fIdp\fR.
If \fBgt=\fIThreshold\fR is specified, bucket numbers are displayed when
the number of connections in a bucket is greater than \fIThreshold\fR.
+.
+.TP
+\*(DX\fBct\-set\fR [\fIdp\fR] [\fBParameter=\fIValue\fR]
+Sets a new value for one of the available CT working parameters.
+.
+.TP
+\*(DX\fBct\-get\fR [\fIdp\fR] [\fBParameter\fR]
+Displays the current value of the specified CT working parameter.
diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c
index 7b005ac..01505f6 100644
--- a/utilities/ovs-dpctl.c
+++ b/utilities/ovs-dpctl.c
@@ -203,6 +203,8 @@ usage(void *userdata OVS_UNUSED)
" ct-stats-show [DP] [zone=ZONE] [verbose] " \
"CT connections grouped by protocol\n"
" ct-bkts [DP] [gt=N] display connections per CT bucket\n"
+ " ct-set PARAM=VALUE set a CT value to a working parameter\n"
+ " ct-get PARAM display the current CT value of a parameter\n"
"Each IFACE on add-dp, add-if, and set-if may be followed by\n"
"comma-separated options. See ovs-dpctl(8) for syntax, or the\n"
"Interface table in ovs-vswitchd.conf.db(5) for an options list.\n"
--
2.4.11
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev