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