blob: 4a11ea2beb5b1a923ddabc02be83c31a160647c5 [file] [log] [blame]
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05001---
John DeNisco7c9fe922020-01-10 10:07:26 -05002name: host-interface Device AF_PACKET
Paul Vinciguerra97c998c2019-10-29 16:11:09 -04003maintainer: Damjan Marion <damarion@cisco.com>
4features:
5 - L4 checksum offload
Mohsin Kazmic1fd17b2022-03-22 21:40:04 +00006 - GSO offload
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05007description: "Create a host interface that will attach to a linux AF_PACKET
8 interface, one side of a veth pair. The veth pair must
9 already exist. Once created, a new host interface will
10 exist in VPP with the name 'host-<ifname>', where '<ifname>'
11 is the name of the specified veth pair. Use the 'show interface'
12 command to display host interface details."
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040013missing:
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -050014 - API dump details beyond sw_if_index and name
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040015state: production
16properties: [API, CLI, STATS, MULTITHREAD]