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