diff options
author | PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> | 2008-02-13 03:49:09 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-13 12:36:38 -0800 |
commit | e9acc2420c561a6f875d188de1028facbd09c5a8 (patch) | |
tree | ee524d5541170c81468ea88f0ee69c0a859e91a6 /tc/f_rsvp.c | |
parent | ace7be7d3bfb8de061b514dcffb9d4019b7536df (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_rsvp.c')
-rw-r--r-- | tc/f_rsvp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tc/f_rsvp.c b/tc/f_rsvp.c index 13fcf979..7e1e6d92 100644 --- a/tc/f_rsvp.c +++ b/tc/f_rsvp.c @@ -34,6 +34,7 @@ static void explain(void) fprintf(stderr, " u{8|16|32} NUMBER mask MASK at OFFSET}\n"); fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); fprintf(stderr, " FILTERID := X:Y\n"); + fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); } #define usage() return(-1) |