aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2020-01-06 12:15:24 +0100
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-01-06 15:45:39 +0000
commit2e839be97a3ed73010c67563891322ba999add2d (patch)
treed30bb3ca87268f7fa0acd16a0463c3ca1a4b8f06 /src/vnet/gre
parent7abab303670022693e8b5226805c85e03c344362 (diff)
gre: fix feature.yaml error
vnet/gre/FEATURE.yaml does not conform with the JSON schema definition. This bug should no longer happen with the patch that ensures validation is run as part of checkstyle. Signed-off-by: Ole Troan <ot@cisco.com> Type: fix Change-Id: I25bf8d2a442bf7ccdbf693b031a7a383444dfee3
Diffstat (limited to 'src/vnet/gre')
-rw-r--r--src/vnet/gre/FEATURE.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/gre/FEATURE.yaml b/src/vnet/gre/FEATURE.yaml
index a794dacdbcd..5e0e77c8f75 100644
--- a/src/vnet/gre/FEATURE.yaml
+++ b/src/vnet/gre/FEATURE.yaml
@@ -6,8 +6,8 @@ features:
- Encap/Decap flags to control the copying of DSCP, ECN, DF from overlay to
underlay and vice-versa.
- L2 tunnels
- - NOT supported: keys.
-
+missing:
+ - GRE keys
description: "GRE"
state: production
properties: [API, CLI, MULTITHREAD]