diff options
author | Steven Luong <sluong@cisco.com> | 2021-02-14 11:37:02 -0800 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-04-02 08:44:52 +0000 |
commit | a77ae4708906b2a7894f7ac694bf55d5f0558d5f (patch) | |
tree | c62c174032c9605250ecfe44ce857cfae8943356 /MAINTAINERS | |
parent | 19be32876f0587067e72c92b4d1faf5d4c26b3cd (diff) |
arping: add arping command
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4f0a36891c1..0ee7796b291 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -340,6 +340,11 @@ M: Dave Barach <vpp@barachs.net> M: Neale Ranns <neale@graphiant.com> F: src/plugins/arp/ +Plugin - ARPing CLI +I: arping +M: Steven Luong <sluong@cisco.com> +F: src/plugins/arping/ + Plugin - IP6 Neighbor Discovery I: ip6-nd M: Dave Barach <vpp@barachs.net> |