blob: 006301409105d0c36586adb76ccef478337c9a89 [file] [log] [blame]
Paul Vinciguerra97c998c2019-10-29 16:11:09 -04001name: host-interface Device (AF_PACKET)
2maintainer: Damjan Marion <damarion@cisco.com>
3features:
4 - L4 checksum offload
5description: "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."
6missing:
7 - API dump details beyond sw_if_index and name
8state: production
9properties: [API, CLI, STATS, MULTITHREAD]