aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet/FEATURE.yaml
blob: 25d8b2b596435be8fdb191ef8fd221b0f6ac94a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: host-interface Device AF_PACKET
maintainer: Damjan Marion <damarion@cisco.com>
features:
  - L4 checksum offload
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."
missing:
  - API dump details beyond sw_if_index and name
state: production
properties: [API, CLI, STATS, MULTITHREAD]