From 2caa8012e844af42d78f4232af5482d8b62b025d Mon Sep 17 00:00:00 2001 From: David Ahern Date: Wed, 4 Sep 2019 08:09:52 -0700 Subject: [PATCH] nexthop: Add space after blackhole Add a space after 'blackhole' is missing to properly separate the protocol when it is given. Fixes: 63df8e8543b0 ("Add support for nexthop objects") Signed-off-by: David Ahern Signed-off-by: Stephen Hemminger --- ip/ipnexthop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/ipnexthop.c b/ip/ipnexthop.c index f35aab52..8356aca2 100644 --- a/ip/ipnexthop.c +++ b/ip/ipnexthop.c @@ -242,7 +242,7 @@ int print_nexthop(struct nlmsghdr *n, void *arg) } if (tb[NHA_BLACKHOLE]) - print_null(PRINT_ANY, "blackhole", "blackhole", NULL); + print_null(PRINT_ANY, "blackhole", "blackhole ", NULL); if (nhm->nh_protocol != RTPROT_UNSPEC || show_details > 0) { print_string(PRINT_ANY, "protocol", "proto %s ",