When specifying a conntrack zone, the 'zone' keyword has to be used
before the actual zone index.

Signed-off-by: Phil Sutter <p...@nwl.cc>
---
 tc/m_connmark.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tc/m_connmark.c b/tc/m_connmark.c
index 41ca4b25d4e90..6974c9ba6d16b 100644
--- a/tc/m_connmark.c
+++ b/tc/m_connmark.c
@@ -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");
-- 
2.6.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to