From: Alexander Chernavin Date: Mon, 22 Apr 2019 13:30:16 +0000 (-0400) Subject: GRE: set gre_tunnel_type init value to zero in API X-Git-Tag: v20.01-rc0~765 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=d0aed2eb3;hp=81f54a5c5fa7328461bd613bf95eb6cb8ded338d GRE: set gre_tunnel_type init value to zero in API Change-Id: I9715b0578852a1ed59d78b7a9e28f32fc763ed3c Signed-off-by: Alexander Chernavin --- diff --git a/src/vnet/gre/gre.api b/src/vnet/gre/gre.api index 17552cf344d..841099c68cc 100644 --- a/src/vnet/gre/gre.api +++ b/src/vnet/gre/gre.api @@ -22,7 +22,7 @@ import "vnet/ip/ip_types.api"; */ enum gre_tunnel_type { - GRE_API_TUNNEL_TYPE_L3, + GRE_API_TUNNEL_TYPE_L3 = 0, GRE_API_TUNNEL_TYPE_TEB, GRE_API_TUNNEL_TYPE_ERSPAN, };