blob: 4a057c4ac96575c612354ce3017e7df64c96c0da [file] [log] [blame]
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05001---
Paul Vinciguerra97c998c2019-10-29 16:11:09 -04002name: host-interface Device (AF_PACKET)
3maintainer: Damjan Marion <damarion@cisco.com>
4features:
5 - L4 checksum offload
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -05006description: "Create a host interface that will attach to a linux AF_PACKET
7 interface, one side of a veth pair. The veth pair must
8 already exist. Once created, a new host interface will
9 exist in VPP with the name 'host-<ifname>', where '<ifname>'
10 is the name of the specified veth pair. Use the 'show interface'
11 command to display host interface details."
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040012missing:
Paul Vinciguerra6b0dd552019-11-03 18:44:31 -050013 - API dump details beyond sw_if_index and name
Paul Vinciguerra97c998c2019-10-29 16:11:09 -040014state: production
15properties: [API, CLI, STATS, MULTITHREAD]