arp: fix command resolve and config filed exist differ 82/42082/2
authorfenglei <[email protected]>
Tue, 31 Dec 2024 04:43:37 +0000 (12:43 +0800)
committerAndrew Yourtchenko <[email protected]>
Thu, 16 Jan 2025 12:52:59 +0000 (12:52 +0000)
Type: fix

Change-Id: I2b2b65a6c12d50146f08b64b9a1603888652b462
Signed-off-by: fenglei <[email protected]>
src/vnet/arp/arp_proxy.c

index 39f624d..16ed09b 100644 (file)
@@ -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 <table-ID> start <start-address> end <end-addres>",
+  .short_help = "set arp proxy [del] table-id <table-id> start "
+               "<start-address> end <end-addres>",
   .function = set_arp_proxy,
 };