From: Gal Pressman Date: Wed, 9 Feb 2022 06:54:15 +0000 (+0200) Subject: tunnel: Fix missing space after local/remote print X-Git-Tag: v5.18.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a9c4fa81c68de054dbfca6644f60748e7d87a2;p=thirdparty%2Fiproute2.git tunnel: Fix missing space after local/remote print The cited commit removed the space after the local/remote tunnel print and resulted in "broken" output: gre remote 1.1.1.2local 1.1.1.1ttl inherit erspan_ver 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Fixes: 5632cf69ad59 ("tunnel: fix clang warning") Signed-off-by: Gal Pressman Signed-off-by: David Ahern --- diff --git a/ip/tunnel.c b/ip/tunnel.c index f2632f43b..224c81e42 100644 --- a/ip/tunnel.c +++ b/ip/tunnel.c @@ -299,6 +299,7 @@ void tnl_print_endpoint(const char *name, const struct rtattr *rta, int family) } print_string_name_value(name, value); + print_string(PRINT_FP, NULL, " ", NULL); } void tnl_print_gre_flags(__u8 proto,