]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: m_connmark: Fix help text
authorPhil Sutter <phil@nwl.cc>
Wed, 6 Jan 2016 16:46:50 +0000 (17:46 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 7 Jan 2016 18:35:08 +0000 (10:35 -0800)
When specifying a conntrack zone, the 'zone' keyword has to be used
before the actual zone index.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tc/m_connmark.c

index 41ca4b25d4e908013cc5e040cf97d7fc9ad7a894..6974c9ba6d16bf28c605326d6dc344037ed466d7 100644 (file)
@@ -27,7 +27,7 @@
 static void
 explain(void)
 {
-       fprintf(stderr, "Usage: ... connmark [ZONE] [BRANCH] [index <INDEX>]\n");
+       fprintf(stderr, "Usage: ... connmark [zone ZONE] [BRANCH] [index <INDEX>]\n");
        fprintf(stderr, "where :\n"
                "\tZONE is the conntrack zone\n"
                "\tBRANCH := reclassify|pipe|drop|continue|ok\n");