* [PATCH IPROUTE2] tc-codel: Update usage text
@ 2012-05-24 18:48 Vijay Subramanian
2012-05-24 22:02 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Vijay Subramanian @ 2012-05-24 18:48 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger, Eric Dumazet, Dave Taht, Vijay Subramanian
codel can take 'noecn' as an option. This also makes it consistent with the
manpage.
Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail•com>
---
tc/q_codel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tc/q_codel.c b/tc/q_codel.c
index 826285a..dc4b3f6 100644
--- a/tc/q_codel.c
+++ b/tc/q_codel.c
@@ -54,7 +54,7 @@
static void explain(void)
{
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,
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH IPROUTE2] tc-codel: Update usage text
2012-05-24 18:48 [PATCH IPROUTE2] tc-codel: Update usage text Vijay Subramanian
@ 2012-05-24 22:02 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2012-05-24 22:02 UTC (permalink / raw)
To: Vijay Subramanian; +Cc: netdev, Eric Dumazet, Dave Taht
On Thu, 24 May 2012 11:48:07 -0700
Vijay Subramanian <subramanian.vijay@gmail•com> wrote:
> codel can take 'noecn' as an option. This also makes it consistent with the
> manpage.
>
> Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail•com>
> ---
> tc/q_codel.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tc/q_codel.c b/tc/q_codel.c
> index 826285a..dc4b3f6 100644
> --- a/tc/q_codel.c
> +++ b/tc/q_codel.c
> @@ -54,7 +54,7 @@
> static void explain(void)
> {
> 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,
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-24 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 18:48 [PATCH IPROUTE2] tc-codel: Update usage text Vijay Subramanian
2012-05-24 22:02 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox