blob: 25d8b2b596435be8fdb191ef8fd221b0f6ac94a7 [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
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]