Re: [PATCH iproute2] bridge: mdb: restore text output format

2019-05-30 Thread Stephen Hemminger
On Wed, 29 May 2019 20:52:42 +0300 Nikolay Aleksandrov wrote: > While I fixed the mdb json output, I did overlook the text output. > This patch returns the original text output format: > dev port grp > Example (old format, restored by this patch): > dev br0 port eth8 grp 239.1.1.11 temp >

[PATCH iproute2] bridge: mdb: restore text output format

2019-05-29 Thread Nikolay Aleksandrov
While I fixed the mdb json output, I did overlook the text output. This patch returns the original text output format: dev port grp Example (old format, restored by this patch): dev br0 port eth8 grp 239.1.1.11 temp Example (changed format after the commit below): 23: br0 eth8 239.1.1.1