diff options
author | Chuhao Tang <nicotang@cisco.com> | 2023-04-27 15:43:42 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2023-05-12 06:59:09 +0000 |
commit | cefb178aa487a217d4ac75d7d4fa62db4b7d70fd (patch) | |
tree | aeacf10d2387eeb3564ac42cacae17679d060e6c /src/plugins/gre/FEATURE.yaml | |
parent | 683bdb6743e0568bbf02c1f4953d3f73e6f2b544 (diff) |
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>
Diffstat (limited to 'src/plugins/gre/FEATURE.yaml')
-rw-r--r-- | src/plugins/gre/FEATURE.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/gre/FEATURE.yaml b/src/plugins/gre/FEATURE.yaml new file mode 100644 index 00000000000..4b35b870dc3 --- /dev/null +++ b/src/plugins/gre/FEATURE.yaml @@ -0,0 +1,13 @@ +--- +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] |