mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-08 09:24:48 +00:00
tc-codel: Update usage text
codel can take 'noecn' as an option. This also makes it consistent with the manpage. Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
This commit is contained in:
parent
28c5805322
commit
50a3ec3c46
@ -54,7 +54,7 @@
|
|||||||
static void explain(void)
|
static void explain(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME]\n");
|
fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME]\n");
|
||||||
fprintf(stderr, " [ interval TIME ] [ ecn ]\n");
|
fprintf(stderr, " [ interval TIME ] [ ecn | noecn ]\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int codel_parse_opt(struct qdisc_util *qu, int argc, char **argv,
|
static int codel_parse_opt(struct qdisc_util *qu, int argc, char **argv,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user