Checkign in new iproute2
[iproute2.git] / tc / f_basic.c
index 264f358..ad41633 100644 (file)
@@ -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));