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:   Fri, 25 Feb 2022 21:36:18 +0000
From:   Vladimir Oltean <vladimir.oltean@....com>
To:     Petr Machata <petrm@...dia.com>
CC:     Stephen Hemminger <stephen@...workplumber.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        David Ahern <dsahern@...nel.org>
Subject: Re: [PATCH iproute2] dcb: fix broken "show default-prio"

On Fri, Feb 25, 2022 at 10:30:38PM +0100, Petr Machata wrote:
> 
> Stephen Hemminger <stephen@...workplumber.org> writes:
> 
> > On Fri, 25 Feb 2022 19:12:58 +0200
> > Vladimir Oltean <vladimir.oltean@....com> wrote:
> >
> >> diff --git a/dcb/dcb_app.c b/dcb/dcb_app.c
> >> index 6bd64bbed0cc..c135e73acb76 100644
> >> --- a/dcb/dcb_app.c
> >> +++ b/dcb/dcb_app.c
> >> @@ -646,6 +646,8 @@ static int dcb_cmd_app_show(struct dcb *dcb, const char *dev, int argc, char **a
> >>  		if (matches(*argv, "help") == 0) {
> >>  			dcb_app_help_show_flush();
> >>  			goto out;
> >> +		} else if (matches(*argv, "default-prio") == 0) {
> >> +			dcb_app_print_default_prio(&tab);
> >>  		} else if (matches(*argv, "ethtype-prio") == 0) {
> >>  			dcb_app_print_ethtype_prio(&tab);
> >>  		} else if (matches(*argv, "dscp-prio") == 0) {
> 
> A fix along these lines got merged recently:
> 
>     https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=924f6b4a5d2b

Ah, ok, I was on iproute2-next, this makes sense. Sorry.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ