From 883c6708e44f70589bcc67356a97ccc24756475d Mon Sep 17 00:00:00 2001 From: Craig Dillabaugh Date: Tue, 11 Oct 2016 07:00:44 -0400 Subject: [PATCH] action gact: list pipe as a valid action Signed-off-by: Craig Dillabaugh Signed-off-by: Jamal Hadi Salim --- 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 2bfd9a7c3..dc04b9fda 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 [RAND] [INDEX]\n"); fprintf(stderr, - "Where: \tACTION := reclassify | drop | continue | pass\n" + "Where: \tACTION := reclassify | drop | continue | pass | pipe\n" "\tRAND := random \n" "\tRANDTYPE := netrand | determ\n" "\tVAL : = value not exceeding 10000\n" @@ -54,7 +54,7 @@ explain(void) #else fprintf(stderr, "Usage: ... gact [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 -- 2.47.2