Re: [iproute PATCH] bridge: Prevent a double space in bridge mdb show

2018-02-23 Thread Stephen Hemminger
On Mon, 19 Feb 2018 17:13:06 +0100 Timothy Redaelli wrote: > Prevent a double space in "bridge mdb show" when the MDB entry is not > marked as "offload". > > Signed-off-by: Timothy Redaelli Applied. In iproute2-next printout has changed in this area, so this patch won't merge to next. It look

[iproute PATCH] bridge: Prevent a double space in bridge mdb show

2018-02-19 Thread Timothy Redaelli
Prevent a double space in "bridge mdb show" when the MDB entry is not marked as "offload". Signed-off-by: Timothy Redaelli --- bridge/mdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge/mdb.c b/bridge/mdb.c index 62dc8a0c..58c20b82 100644 --- a/bridge/mdb.c +++ b