From 2e839be97a3ed73010c67563891322ba999add2d Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Mon, 6 Jan 2020 12:15:24 +0100 Subject: 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 Type: fix Change-Id: I25bf8d2a442bf7ccdbf693b031a7a383444dfee3 --- src/vnet/gre/FEATURE.yaml | 4 ++-- 1 file 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] -- cgit 1.2.3-korg