]> git.proxmox.com Git - mirror_iproute2.git/commit
bridge: fix vlan show stats formatting
authorTobias Jungel <tobias.jungel@bisdn.de>
Fri, 26 Oct 2018 21:51:03 +0000 (23:51 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 29 Oct 2018 16:58:03 +0000 (09:58 -0700)
commit45fca4ed94120a480cef70e8199083565f82bd51
treeed979b511c544572bb833e8b474b954340234ac7
parentf900a21611c03e6d83104f2a862cd4c5f160d35f
bridge: fix vlan show stats formatting

The output of -statistics vlan show was broken previous change for json
output. This aligns the format to vlan show.

v2: fixed too greedy deletion that caused a -Wmaybe-uninitialized

Signed-off-by: Tobias Jungel <tobias.jungel@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/vlan.c