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