From: fenglei <1579628578@qq.com> Date: Tue, 31 Dec 2024 04:43:37 +0000 (+0800) Subject: arp: fix command resolve and config filed exist differ X-Git-Tag: v25.06-rc0~28 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F42082%2F2;p=vpp.git arp: fix command resolve and config filed exist differ Type: fix Change-Id: I2b2b65a6c12d50146f08b64b9a1603888652b462 Signed-off-by: fenglei <1579628578@qq.com> --- diff --git a/src/vnet/arp/arp_proxy.c b/src/vnet/arp/arp_proxy.c index 39f624d5a1d..16ed09bee14 100644 --- a/src/vnet/arp/arp_proxy.c +++ b/src/vnet/arp/arp_proxy.c @@ -251,7 +251,8 @@ VLIB_CLI_COMMAND (set_int_proxy_enable_command, static) = { VLIB_CLI_COMMAND (set_arp_proxy_command, static) = { .path = "set arp proxy", - .short_help = "set arp proxy [del] table-ID start end ", + .short_help = "set arp proxy [del] table-id start " + " end ", .function = set_arp_proxy, };