]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: vlan: remove wrong stats help
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Wed, 12 Oct 2016 13:02:28 +0000 (15:02 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 17 Oct 2016 12:22:47 +0000 (05:22 -0700)
commit660afec25f4150df9a3246ff5798244fc7ed2209
tree34fefe14f7f9c880bfcb7375418e4075a273fce4
parent7409334b871fada6993dcabc319e481aa40b0d44
bridge: vlan: remove wrong stats help

When I did the per-vlan stats iproute2 support, I left out a hunk from a
previous version of the patch that was using a special subcommand "stats".
Since the latest version uses the -s switch remove the help for the stats
subcommand.

Fixes: 7abf5de677e32 ("bridge: vlan: add support to display per-vlan statistics")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
bridge/vlan.c