build: add yaml file linting to make checkstyle
[vpp.git] / src / vnet / devices / pipe / FEATURE.yaml
1 ---
2 name: Pipe Device
3 maintainer: Damjan Marion <damarion@cisco.com>
4 features:
5   - L4 checksum offload
6 description: "Create a pipe device interface, which can pass packets
7               bidirectionally in one side of the pipe to the other side of
8               the pipe. While similar in behavior to a unix pipe, it is
9               not a host-based pipe."
10 missing:
11   - does not use hw-address
12   - does not support tagged traffic
13   - API dump filtering by sw_if_index
14 state: production
15 properties: [API, CLI, STATS, MULTITHREAD]