[ovs-dev] [PATCH 3/3] ovs-dpctl: Document conntrack "zone" arguments in help output.

Justin Pettit jpettit at ovn.org
Tue Mar 29 03:35:35 UTC 2016


Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 utilities/ovs-dpctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utilities/ovs-dpctl.c b/utilities/ovs-dpctl.c
index ba7fb8e..4897ea3 100644
--- a/utilities/ovs-dpctl.c
+++ b/utilities/ovs-dpctl.c
@@ -171,8 +171,8 @@ usage(void *userdata OVS_UNUSED)
            "  get-flow [DP] ufid:UFID    fetch flow corresponding to UFID\n"
            "  del-flow [DP] FLOW         delete FLOW from DP\n"
            "  del-flows [DP]             delete all flows from DP\n"
-           "  dump-conntrack [DP]        display conntrack entries\n"
-           "  flush-conntrack [DP]       delete all conntrack entries\n"
+           "  dump-conntrack [DP] [zone=ZONE]  display conntrack entries for ZONE\n"
+           "  flush-conntrack [DP] [zone=ZONE] delete all conntrack entries in ZONE\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"
-- 
1.9.1




More information about the dev mailing list