diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-05 22:10:35 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-01-06 02:50:00 +0000 |
commit | 297fa0e7886cddb22bf83a4e50b8d75aa30e9810 (patch) | |
tree | d95ffe3293ca4f969a83e3cebb058cc403f26ce9 /src/vnet | |
parent | 3a29c38db6ec71f327610694aa1ce8aa42b7bfce (diff) |
gre: Add FEATURE.yaml
Type: docs
Change-Id: Icda0c8d2141294d78447177dd4823d1b2228e830
Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/gre/FEATURE.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/vnet/gre/FEATURE.yaml b/src/vnet/gre/FEATURE.yaml new file mode 100644 index 00000000000..a794dacdbcd --- /dev/null +++ b/src/vnet/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 + - NOT supported: keys. + +description: "GRE" +state: production +properties: [API, CLI, MULTITHREAD] |