]> git.proxmox.com Git - mirror_iproute2.git/commit
iprule: avoid printing extra space after gateway for nat action
authorThomas Haller <thaller@redhat.com>
Tue, 23 Apr 2019 07:16:12 +0000 (09:16 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 24 Apr 2019 22:06:15 +0000 (15:06 -0700)
commit6f87b544ca9e632f6ed606db299e2d74b17be9b3
tree29c9e201fd554413ba0e0a2f71f2b8e02cc15175
parent6e982e7b9ba2a7810aeb67232bdc4697cc5721ea
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 <thaller@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iprule.c