Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2f0061b
)
arp: fix command resolve and config filed exist differ
82/42082/2
author
fenglei
<
[email protected]
>
Tue, 31 Dec 2024 04:43:37 +0000
(12:43 +0800)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/src/vnet/arp/arp_proxy.c
b/src/vnet/arp/arp_proxy.c
index
39f624d
..
16ed09b
100644
(file)
--- 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 <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,
};