ip6-nd: correct set-ip6-nd-proxy CLI short_help

Type: fix
Signed-off-by: Ignas Bacius <ignas@noia.network>
Change-Id: Id99a15272f6f12a724a4cfd9de461f1aa6a6a634
This commit is contained in:
Ignas Bacius
2020-02-05 10:45:12 +02:00
committed by Paul Vinciguerra
parent 97086e18a4
commit 59a78e966c

View File

@ -113,7 +113,7 @@ set_ip6_nd_proxy_cmd (vlib_main_t * vm,
VLIB_CLI_COMMAND (set_ip6_nd_proxy_command, static) =
{
.path = "set ip6 nd proxy",
.short_help = "set ip6 nd proxy <HOST> <INTERFACE>",
.short_help = "set ip6 nd proxy <interface> [del] <host-ip>",
.function = set_ip6_nd_proxy_cmd,
};
/* *INDENT-ON* */