From: yedg Date: Sat, 29 Aug 2020 04:01:00 +0000 (+0800) Subject: ipsec: ipsec cli nexthop error X-Git-Tag: v21.10-rc0~754 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F28605%2F2;p=vpp.git ipsec: ipsec cli nexthop error Type: fix Signed-off-by: yedonggang Change-Id: Icc3681b591e6deb93c3ff1fda5f9471fa3c96cc6 --- diff --git a/src/vnet/ipsec/ipsec_cli.c b/src/vnet/ipsec/ipsec_cli.c index 407ae868adf..1486bbd89fd 100644 --- a/src/vnet/ipsec/ipsec_cli.c +++ b/src/vnet/ipsec/ipsec_cli.c @@ -885,7 +885,7 @@ create_ipsec_tunnel_command_fn (vlib_main_t * vm, ; else if (unformat (line_input, "del")) is_add = 0; - else if (unformat (line_input, "nh &U", unformat_ip_address, &nh)) + else if (unformat (line_input, "nh %U", unformat_ip_address, &nh)) ; else {