aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/arping/arping.api
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04arping: api to return responder mac addressOle Troan1-0/+23
The new arping_acd call includes the responders mac address in the reply. Enabling a client doing address conflict detection to identify if it is itself that is replying or that it is another host uses the IP address. Type: feature Change-Id: Ia4bab2af1086f06ed71ba42e2e07368d4e330a27 Signed-off-by: Ole Troan <otroan@employees.org>
2021-04-02arping: add arping commandSteven Luong1-0/+61
Add linux similar arping command to VPP. syntax: arping [gratuitous] <address> <interface> [repeat <count>] [interval <secs>] Type: feature Signed-off-by: Steven Luong <sluong@cisco.com> Change-Id: I9267c054235207b8fae8e3f159246777eb0340dd