From: Craig Dillabaugh Date: Tue, 11 Oct 2016 11:00:44 +0000 (-0400) Subject: action gact: list pipe as a valid action X-Git-Tag: v4.9.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883c6708e44f70589bcc67356a97ccc24756475d;p=thirdparty%2Fiproute2.git action gact: list pipe as a valid action Signed-off-by: Craig Dillabaugh Signed-off-by: Jamal Hadi Salim --- 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