Paul Vinciguerra | 97c998c | 2019-10-29 16:11:09 -0400 | [diff] [blame] | 1 | name: host-interface Device (AF_PACKET) |
| 2 | maintainer: Damjan Marion <damarion@cisco.com> |
| 3 | features: |
| 4 | - L4 checksum offload |
| 5 | 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." |
| 6 | missing: |
| 7 | - API dump details beyond sw_if_index and name |
| 8 | state: production |
| 9 | properties: [API, CLI, STATS, MULTITHREAD] |