On 10/16/21 2:18 AM, David Ahern wrote:
On 10/15/21 4:53 PM, Daniel Borkmann wrote:
quoted
diff --git a/ip/ipneigh.c b/ip/ipneigh.c
index 564e787c..9510e03e 100644
--- a/ip/ipneigh.c
+++ b/ip/ipneigh.c
@@ -51,7 +51,7 @@ static void usage(void)
fprintf(stderr,
"Usage: ip neigh { add | del | change | replace }\n"
" { ADDR [ lladdr LLADDR ] [ nud STATE ] proxy ADDR }\n"
- " [ dev DEV ] [ router ] [ extern_learn ] [ protocol PROTO ]\n"
+ " [ dev DEV ] [ router ] [ use ] [ extern_learn ] [ protocol PROTO ]\n"
"\n"
" ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"
" [ vrf NAME ]\n"
does not apply to iproute2-next; looks like you made the change against
main branch.
Sorry for the delay, was on PTO whole last week. Looks like it, will rebase and send a v2.
Thanks!
Daniel