]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: fdb: remove redundant dev string in show output
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Wed, 7 Nov 2018 23:14:09 +0000 (15:14 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 9 Nov 2018 15:50:01 +0000 (07:50 -0800)
commita795211fe543c3238a05e58fee9c0be48f2d6986
tree0cf23edf28694551d90366dfdbeec2dcf1b246ca
parent6d2fd4a53f63bd20667b1a8f2ec8fde1fc3a54d4
bridge: fdb: remove redundant dev string in show output

After commit 4abb8c723a64 ("bridge: fdb: Fix for missing
keywords in non-JSON output"), I am seeing a double print for dev
in bridge fdb show. eg:
"44:38:39:00:6a:82 dev dev bridge vlan 1 master bridge permanent"

this patch removes the redundant print.

Fixes: 4abb8c723a64 ("bridge: fdb: Fix for missing keywords in non-JSON output")
CC: Phil Sutter <phil@nwl.cc>
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/fdb.c