[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1475354917-7912-6-git-send-email-jhs@emojatatu.com>
Date: Sat, 1 Oct 2016 16:48:33 -0400
From: Jamal Hadi Salim <jhs@...atatu.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, Craig Dillabaugh <cdillaba@...atatu.com>,
Jamal Hadi Salim <jhs@...atatu.com>
Subject: [PATCH iproute2 5/9] action gact: list pipe as a valid action
From: Craig Dillabaugh <cdillaba@...atatu.com>
Signed-off-by: Craig Dillabaugh <cdillaba@...atatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
---
tc/m_gact.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tc/m_gact.c b/tc/m_gact.c
index 2bfd9a7..dc04b9f 100644
--- a/tc/m_gact.c
+++ b/tc/m_gact.c
@@ -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
--
1.9.1
Powered by blists - more mailing lists