Re: [PATCH 1/4] iprule: avoid printing extra space after gateway for nat action
On Tue, 23 Apr 2019 09:16:12 +0200 Thomas Haller wrote: > For all other actions we avoid the trailing space, so do it here > as well. > > Signed-off-by: Thomas Haller Looks good, applied all 4 patches.
[PATCH 1/4] iprule: avoid printing extra space after gateway for nat action
For all other actions we avoid the trailing space, so do it here as well. Signed-off-by: Thomas Haller --- ip/iprule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iprule.c b/ip/iprule.c index 83aef38e..2479c3ab 100644 --- a/ip/iprule.c +++ b/ip/iprule.c @@ -443,7 +443,