Files
vpp/src/plugins/arping/FEATURE.yaml
Steven Luong a77ae47089 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
2021-04-02 08:44:52 +00:00

10 lines
275 B
YAML

---
name: arping command
maintainer: Steven Luong <sluong@cisco.com>
features:
- arping command to send either gratuitous or ARP request to the remote
- support both IPv4 and IPv6
description: "arping command"
state: production
properties: [API, CLI, STATS, MULTITHREAD]