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-next>] [day] [month] [year] [list]
Message-ID: <f062bef3-c837-c63b-d8f3-3f4cac890e6a@cumulusnetworks.com>
Date:   Tue, 16 Apr 2019 15:38:52 +0300
From:   Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
To:     Stephen Hemminger <stephen@...workplumber.org>
Cc:     network dev <netdev@...r.kernel.org>,
        David Ahern <dsa@...ulusnetworks.com>,
        Roopa Prabhu <roopa@...ulusnetworks.com>
Subject: iproute2 broken vlan stats output

Hi Stephen,
It seems standard (non-json) vlan stats output has been broken since commit:
 0f36267485e3 ("bridge: fix vlan show formatting")

bridge -s vlan show output before commit 0f36267485e3:
port             vlan id
br0              1 PVID untagged
                   RX: 0 bytes 0 packets
                   TX: 0 bytes 0 packets
eth4             1 PVID untagged
                   RX: 0 bytes 0 packets
                   TX: 0 bytes 0 packets

bridge -s vlan show output after commit 0f36267485e3:
root@...ian~/# bridge -s vlan
port             vlan id
br0br0              1 PVID Egress Untagged
                   RX: 0 bytes 0 packets
                   TX: 0 bytes 0 packetseth4eth4             1 PVID Egress Untagged
                   RX: 0 bytes 0 packets
                   TX: 0 bytes 0 packetsroot@...ian:~/#

Cheers,
 Nik

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ