]> git.proxmox.com Git - mirror_iproute2.git/commit
bridge: fdb: Fix for missing keywords in non-JSON output
authorPhil Sutter <phil@nwl.cc>
Tue, 9 Oct 2018 12:44:08 +0000 (14:44 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 15 Oct 2018 16:23:55 +0000 (09:23 -0700)
commit4abb8c723a648ac9edc33741d2064e2507a6bae3
tree6c8161e494f86b3e83db069ee224cc937404a31e
parentbfb3bf189f49ca401a9260447b4c5055acadae46
bridge: fdb: Fix for missing keywords in non-JSON output

While migrating to JSON print library, some keywords were dropped from
standard output by accident. Add them back to unbreak output parsers.

Fixes: c7c1a1ef51aea ("bridge: colorize output and use JSON print library")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/fdb.c