iproute2/bridge
Gokul Sivakumar 057d3c6d37 bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb"
To be consistent with the colorized output of "ip" command and to increase
readability, stop highlighting the "dev" & "dst" keywords in the colorized
output of "bridge -c fdb" cmd.

Example: in the following "bridge -c fdb" entry, only "00:00:00:00:00:00",
"vxlan100" and "2001:db8:2::1" fields should be highlighted in color.

00:00:00:00:00:00 dev vxlan100 dst 2001:db8:2::1 self permanent

Signed-off-by: Gokul Sivakumar <gokulkumar792@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2021-08-18 14:04:53 -07:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
Makefile SPDX license identifiers 2017-11-24 12:21:35 -08:00
br_common.h bridge: monitor: add support for vlan monitoring 2021-04-22 05:13:39 +00:00
bridge.c bridge: reorder cmd line arg parsing to let "-c" detected as "color" option 2021-08-18 14:04:53 -07:00
fdb.c bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb" 2021-08-18 14:04:53 -07:00
link.c bridge: add parse_stp_state helper 2021-04-22 05:13:20 +00:00
mdb.c bridge: monitor: add support for vlan monitoring 2021-04-22 05:13:39 +00:00
monitor.c bridge: monitor: add support for vlan monitoring 2021-04-22 05:13:39 +00:00
vlan.c bridge: vlan: dump port only if there are any vlans 2021-04-26 02:32:46 +00:00