ipsec: ipsec cli nexthop error
[vpp.git] / src / vnet / ipsec / ipsec_cli.c
index 407ae86..1486bbd 100644 (file)
@@ -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
        {