]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: make -c match -compressvlans first instead of -color
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Wed, 28 Nov 2018 02:02:52 +0000 (18:02 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 28 Nov 2018 23:59:21 +0000 (15:59 -0800)
commitf38e278b8446e0ebe10e8e889387bcc9b110c05d
tree8b594c163ba35c6b1640cf2a30461919b738e121
parent2f4d834b99ed40419ddf3724120ad3259deb658e
bridge: make -c match -compressvlans first instead of -color

commit c7c1a1ef51ae ("bridge: colorize output and use JSON print library")
broke previous use of -c to represent compressvlans. This restores
previous use of -c to represent compressvlans. Understand the original
motivation to use -c to represent color consistently everywhere but
there are apps and network interface managers out there that are already
using -c to prepresent compressed vlans.

Fixes: c7c1a1ef51ae ("bridge: colorize output and use JSON print library")
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/bridge.c