hs-test: fixed timed out tests passing in the CI
[vpp.git] / src / plugins / linux-cp / FEATURE.yaml
1 ---
2 name: Linux Control Plane (integration)
3 maintainer: Neale Ranns <neale@grahpiant.com>
4
5 description: |-
6         These plugins provide an integration with the Linux network stack.
7
8         The "linux_cp" plugin provides the capability to 'mirror' VPP interfaces
9         in the Linux kernel. This means that for any interface in VPP the user
10         can create a corresponding TAP or TUN device in the Linux kernel
11         and have VPP plumb them together.
12         The plumbing mechanics is different in each direction.
13         In the RX direction, all packets received on a given VPP interface
14         that are punted (i.e. are not dropped or forwarded) are transmitted
15         on its mirror interface (this includes for example ARP, ND etc,
16         so the recommendation is to disable ARP, ND, ping plugin).
17         In the TX direction, packets received by VPP an the mirror Tap/Tun
18         are cross-connected to the VPP interfaces. For IP packets, IP output
19         features are applied.
20         If MPLS is enabled on a VPP interface, state is synced to Linux and
21         in TX direction a special feature is enabled to pass MPLS packets through
22         untouched.
23         The "linux_nl" plugin listens to netlink messages and synchronizes the IP
24         configuration of the paired interfaces.
25
26 state: experimental
27 properties: [API, CLI, MULTITHREAD]