lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 24 May 2012 15:02:27 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Vijay Subramanian <subramanian.vijay@...il.com>
Cc:	netdev@...r.kernel.org, Eric Dumazet <eric.dumazet@...il.com>,
	Dave Taht <dave.taht@...il.com>
Subject: Re: [PATCH IPROUTE2] tc-codel: Update usage text

On Thu, 24 May 2012 11:48:07 -0700
Vijay Subramanian <subramanian.vijay@...il.com> wrote:

> codel can take 'noecn' as an option. This also makes it consistent with the
> manpage.
> 
> Signed-off-by: Vijay Subramanian <subramanian.vijay@...il.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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ