[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 10064

[iproute PATCH] ip-route: Prevent some other double spaces in output

2017-04-05 Thread Timothy Redaelli
Print spaces only after text. CC: Phil Sutter Signed-off-by: Timothy Redaelli --- ip/iproute.c | 77 ++-- 1 file changed, 39 insertions(+), 38 deletions(-) Fixed all the problems reported in V2 Tested with improved script https://da.gd