All of lore.kernel.org
 help / color / mirror / Atom feed
* iproute2 broken vlan stats output
@ 2019-04-16 12:38 Nikolay Aleksandrov
  2019-04-16 14:28 ` Roopa Prabhu
  0 siblings, 1 reply; 6+ messages in thread
From: Nikolay Aleksandrov @ 2019-04-16 12:38 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: network dev, David Ahern, Roopa Prabhu

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@debian~/# 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@debian:~/#

Cheers,
 Nik

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-04-17 23:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16 12:38 iproute2 broken vlan stats output Nikolay Aleksandrov
2019-04-16 14:28 ` Roopa Prabhu
2019-04-16 14:33   ` Nikolay Aleksandrov
2019-04-16 15:14     ` [PATCH iproute2] bridge: vlan: fix standard " Nikolay Aleksandrov
2019-04-16 15:30       ` [PATCH iproute2 v2] " Nikolay Aleksandrov
2019-04-17 23:34         ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.