]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
action gact: list pipe as a valid action
authorCraig Dillabaugh <cdillaba@mojatatu.com>
Tue, 11 Oct 2016 11:00:44 +0000 (07:00 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 12 Oct 2016 22:09:52 +0000 (15:09 -0700)
Signed-off-by: Craig Dillabaugh <cdillaba@mojatatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
tc/m_gact.c

index 2bfd9a7c317e4f74453c33270c13084644894787..dc04b9fda671c68dc0ccecc49e3d599d3449570c 100644 (file)
@@ -45,7 +45,7 @@ explain(void)
 #ifdef CONFIG_GACT_PROB
        fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n");
        fprintf(stderr,
-               "Where: \tACTION := reclassify | drop | continue | pass\n"
+               "Where: \tACTION := reclassify | drop | continue | pass | pipe\n"
                        "\tRAND := random <RANDTYPE> <ACTION> <VAL>\n"
                        "\tRANDTYPE := netrand | determ\n"
                        "\tVAL : = value not exceeding 10000\n"
@@ -54,7 +54,7 @@ explain(void)
 #else
        fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n");
        fprintf(stderr,
-               "Where: \tACTION := reclassify | drop | continue | pass\n"
+               "Where: \tACTION := reclassify | drop | continue | pass | pipe\n"
                "\tINDEX := index value used\n"
                "\n");
 #endif