X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tc%2Ff_basic.c;fp=tc%2Ff_basic.c;h=ad41633311813c1c0d56122e66341d03376276a6;hb=7132284647c15ca30d942926bc506d6019d3b61c;hp=264f35840b0594744bab37c19ef6cc5664546b1a;hpb=105da95218c9d30375efc43f9edd8ef32998fedb;p=iproute2.git diff --git a/tc/f_basic.c b/tc/f_basic.c index 264f358..ad41633 100644 --- a/tc/f_basic.c +++ b/tc/f_basic.c @@ -1,7 +1,7 @@ /* * f_basic.c Basic Classifier * - * This program is free software; you can u32istribute it and/or + * This program is free software; you can distribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. @@ -32,6 +32,7 @@ static void explain(void) fprintf(stderr, "\n"); fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n"); fprintf(stderr, " FILTERID := X:Y:Z\n"); + fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); } static int basic_parse_opt(struct filter_util *qu, char *handle, @@ -52,7 +53,7 @@ static int basic_parse_opt(struct filter_util *qu, char *handle, return -1; } } - + t->tcm_handle = h; tail = (struct rtattr*)(((void*)n)+NLMSG_ALIGN(n->nlmsg_len));