X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fnat66%2Fnat66_cli.c;h=9ef8d05668592e749097db2414d4e4236c734b48;hb=1457828c596c56f271d71f9a56c39728ee9e4c67;hp=0ca408755846513c6b27440a8c42749bd2ab2a5b;hpb=5299164022593ce7f8b3109d57b398e8687039ff;p=vpp.git diff --git a/src/plugins/nat/nat66/nat66_cli.c b/src/plugins/nat/nat66/nat66_cli.c index 0ca40875584..9ef8d056685 100644 --- a/src/plugins/nat/nat66/nat66_cli.c +++ b/src/plugins/nat/nat66/nat66_cli.c @@ -330,16 +330,16 @@ nat66_show_static_mappings_command_fn (vlib_main_t * vm, * @cliexpar * @cliexstart{nat66} * To enable NAT66 plugin - * vpp# nat66 enable + * vpp# nat66 plugin enable * To disable NAT66 plugin - * vpp# nat66 disable + * vpp# nat66 plugin disable * To enable NAT66 plugin with outside-vrf id 10 - * vpp# nat66 enable outside-vrf 10 + * vpp# nat66 plugin enable outside-vrf 10 * @cliexend ?*/ VLIB_CLI_COMMAND (nat66_enable_disable_command, static) = { - .path = "nat66", - .short_help = "nat66 ]>|disable", + .path = "nat66 plugin", + .short_help = "nat66 plugin ]>|disable", .function = nat66_enable_disable_command_fn, };