diff options
Diffstat (limited to 'src/plugins/af_packet/FEATURE.yaml')
-rw-r--r-- | src/plugins/af_packet/FEATURE.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/af_packet/FEATURE.yaml b/src/plugins/af_packet/FEATURE.yaml new file mode 100644 index 00000000000..4a11ea2beb5 --- /dev/null +++ b/src/plugins/af_packet/FEATURE.yaml @@ -0,0 +1,16 @@ +--- +name: host-interface Device AF_PACKET +maintainer: Damjan Marion <damarion@cisco.com> +features: + - L4 checksum offload + - GSO offload +description: "Create a host interface that will attach to a linux AF_PACKET + interface, one side of a veth pair. The veth pair must + already exist. Once created, a new host interface will + exist in VPP with the name 'host-<ifname>', where '<ifname>' + is the name of the specified veth pair. Use the 'show interface' + command to display host interface details." +missing: + - API dump details beyond sw_if_index and name +state: production +properties: [API, CLI, STATS, MULTITHREAD] |