Commit c024acc6 authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

tc: pedit: document branch control in help output

This seems to have been a hidden feature, though it's very useful and
necessary at least when combining multiple pedit actions.
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 4853ee52
...@@ -35,7 +35,7 @@ static int pedit_debug; ...@@ -35,7 +35,7 @@ static int pedit_debug;
static void static void
explain(void) explain(void)
{ {
fprintf(stderr, "Usage: ... pedit munge <MUNGE>\n"); fprintf(stderr, "Usage: ... pedit munge <MUNGE> [<BRANCH>]\n");
fprintf(stderr, fprintf(stderr,
"Where: MUNGE := <RAW>|<LAYERED>\n" "Where: MUNGE := <RAW>|<LAYERED>\n"
"\t<RAW>:= <OFFSETC>[ATC]<CMD>\n " "\t<RAW>:= <OFFSETC>[ATC]<CMD>\n "
...@@ -47,6 +47,7 @@ explain(void) ...@@ -47,6 +47,7 @@ explain(void)
"\t\tCMD:= clear | invert | set <setval>| retain\n " "\t\tCMD:= clear | invert | set <setval>| retain\n "
"\t<LAYERED>:= ip <ipdata> | ip6 <ip6data> \n " "\t<LAYERED>:= ip <ipdata> | ip6 <ip6data> \n "
" \t\t| udp <udpdata> | tcp <tcpdata> | icmp <icmpdata> \n" " \t\t| udp <udpdata> | tcp <tcpdata> | icmp <icmpdata> \n"
"\t<BRANCH>:= reclassify | pipe | drop | continue | pass\n"
"For Example usage look at the examples directory\n"); "For Example usage look at the examples directory\n");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment