summaryrefslogtreecommitdiffstats
path: root/tc/f_u32.c
diff options
context:
space:
mode:
authorPJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>2008-02-13 03:49:09 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-13 12:36:38 -0800
commite9acc2420c561a6f875d188de1028facbd09c5a8 (patch)
treeee524d5541170c81468ea88f0ee69c0a859e91a6 /tc/f_u32.c
parentace7be7d3bfb8de061b514dcffb9d4019b7536df (diff)
Update various classifiers' help output for expected CLASSID syntax
update: Fix the spelling of "hexidecimal" This updates the help output to specify that CLASSID should be hexidecimal. This makes sure that a user entering "flowid 1:10" gets his flow put into band 15 (0x10) and knows why. Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Diffstat (limited to 'tc/f_u32.c')
-rw-r--r--tc/f_u32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tc/f_u32.c b/tc/f_u32.c
index 91f2838b..d75e76c2 100644
--- a/tc/f_u32.c
+++ b/tc/f_u32.c
@@ -36,6 +36,7 @@ static void explain(void)
fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n");
fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp | u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n");
fprintf(stderr, " FILTERID := X:Y:Z\n");
+ fprintf(stderr, "\nNOTE: CLASSID is parsed at hexadecimal input.\n");
}
#define usage() return(-1)