]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/ipnexthop.c
nexthop: Add space after blackhole
authorDavid Ahern <dsahern@gmail.com>
Wed, 4 Sep 2019 15:09:52 +0000 (08:09 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 4 Sep 2019 19:05:43 +0000 (12:05 -0700)
commit2caa8012e844af42d78f4232af5482d8b62b025d
tree80d91f03f641012cdfa1ca864686ce8482c66844
parent4fb98f08956ff4810354d75afa9b04cb6f8011bc
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 <dsahern@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/ipnexthop.c