Files
vpp/src/plugins/gre/FEATURE.yaml
Chuhao Tang cefb178aa4 gre: move to a plugin
Move GRE folder under vnet to the plugin folder, and modify some of path
of the #inlude<header> to the new path.

Add a plugin.c file to register a plugin.

JIRA: VPP-2044

Type: improvement
Change-Id: I7f64cecd97538a7492e56a41558dab58281a9fa5
Signed-off-by: Chuhao Tang <nicotang@cisco.com>
2023-05-12 06:59:09 +00:00

14 lines
413 B
YAML

---
name: Generic Routing Encapsulation
maintainer: Neale Ranns <nranns@cisco.com>
features:
- L3 tunnels, all combinations of IPv4 and IPv6
- Encap/Decap flags to control the copying of DSCP, ECN, DF from overlay to
underlay and vice-versa.
- L2 tunnels
missing:
- GRE keys
description: "An implementation of Generic Routing Encapsulation (GRE)"
state: production
properties: [API, CLI, MULTITHREAD]