af_packet: move to plugin
[vpp.git] / src / plugins / 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   - GSO offload
7 description: "Create a host interface that will attach to a linux AF_PACKET
8               interface, one side of a veth pair. The veth pair must
9               already exist. Once created, a new host interface will
10               exist in VPP with the name 'host-<ifname>', where '<ifname>'
11               is the name of the specified veth pair. Use the 'show interface'
12               command to display host interface details."
13 missing:
14   - API dump details beyond sw_if_index and name
15 state: production
16 properties: [API, CLI, STATS, MULTITHREAD]