tc: spelling fixes
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
5cc4639471
commit
f5a398bf17
|
|
@ -1165,7 +1165,7 @@ static int u32_parse_opt(struct filter_util *qu, char *handle,
|
||||||
argc--; argv++;
|
argc--; argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We dont necessarily need class/flowids */
|
/* We don't necessarily need class/flowids */
|
||||||
if (terminal_ok)
|
if (terminal_ok)
|
||||||
sel.sel.flags |= TC_U32_TERMINAL;
|
sel.sel.flags |= TC_U32_TERMINAL;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ parse_ip(int *argc_p, char ***argv_p,
|
||||||
}
|
}
|
||||||
/* jamal - look at these and make them either old or new
|
/* jamal - look at these and make them either old or new
|
||||||
** scheme given diffserv
|
** scheme given diffserv
|
||||||
** dont forget the CE bit
|
** don't forget the CE bit
|
||||||
*/
|
*/
|
||||||
if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
|
if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
|
||||||
NEXT_ARG();
|
NEXT_ARG();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue