diff options
-rw-r--r-- | src/vnet/ipsec/ipsec_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |