diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-04-27 01:12:48 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-05-01 18:08:45 +0000 |
commit | 073d74d0ba9a6110ed73a38df668c47ceb3ca776 (patch) | |
tree | ce8fb63da2672e4dbeb8307f06c8b3ea6910adfe /src/vnet/devices/tap/FEATURE.yaml | |
parent | e891ac2f198e7c00dceb2f2c6510f9bdf1cb91d1 (diff) |
tap: implement sw_interface_tap_v2_dump filtering by sw_if_index
Type: feature
Change-Id: I6f607f383dc77a71e8712124f7613b38b4ac065a
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/devices/tap/FEATURE.yaml')
-rw-r--r-- | src/vnet/devices/tap/FEATURE.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/devices/tap/FEATURE.yaml b/src/vnet/devices/tap/FEATURE.yaml index a143d333a48..5d1726d3b0b 100644 --- a/src/vnet/devices/tap/FEATURE.yaml +++ b/src/vnet/devices/tap/FEATURE.yaml @@ -7,8 +7,5 @@ features: - attach to existing tap at host description: "Create a tap v2 device interface, which connects to a tap interface on the host system." -missing: - - - API dump filtering by sw_if_index state: production properties: [API, CLI, STATS, MULTITHREAD] |