From 97c998c2813d7cea4a067a0b8ff246cad4924bf3 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 29 Oct 2019 16:11:09 -0400 Subject: docs: devices-- add FEATURES.yaml Type: docs Change-Id: I039ba9ad5385452b202366fba0b367506a21ea4f Signed-off-by: Paul Vinciguerra --- src/vnet/devices/tap/FEATURE.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/vnet/devices/tap/FEATURE.yaml (limited to 'src/vnet/devices/tap/FEATURE.yaml') diff --git a/src/vnet/devices/tap/FEATURE.yaml b/src/vnet/devices/tap/FEATURE.yaml new file mode 100644 index 00000000000..2ca6057b118 --- /dev/null +++ b/src/vnet/devices/tap/FEATURE.yaml @@ -0,0 +1,10 @@ +name: Tap Device +maintainer: damarion@cisco.com sluong@cisco.com sykazmi@cisco.com +features: + - Virtio +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] -- cgit 1.2.3-korg