From cefb178aa487a217d4ac75d7d4fa62db4b7d70fd Mon Sep 17 00:00:00 2001 From: Chuhao Tang Date: Thu, 27 Apr 2023 15:43:42 +0200 Subject: gre: move to a plugin Move GRE folder under vnet to the plugin folder, and modify some of path of the #inlude
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 --- src/vnet/gre/FEATURE.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/vnet/gre/FEATURE.yaml (limited to 'src/vnet/gre/FEATURE.yaml') diff --git a/src/vnet/gre/FEATURE.yaml b/src/vnet/gre/FEATURE.yaml deleted file mode 100644 index 4b35b870dc3..00000000000 --- a/src/vnet/gre/FEATURE.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Generic Routing Encapsulation -maintainer: Neale Ranns -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] -- cgit 1.2.3-korg