From d0aed2eb399521449060dfa46964a11dd652e787 Mon Sep 17 00:00:00 2001 From: Alexander Chernavin Date: Mon, 22 Apr 2019 09:30:16 -0400 Subject: [PATCH] GRE: set gre_tunnel_type init value to zero in API Change-Id: I9715b0578852a1ed59d78b7a9e28f32fc763ed3c Signed-off-by: Alexander Chernavin --- src/vnet/gre/gre.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- 2.16.6