GRE: set gre_tunnel_type init value to zero in API 76/19076/2
authorAlexander Chernavin <achernavin@netgate.com>
Mon, 22 Apr 2019 13:30:16 +0000 (09:30 -0400)
committerNeale Ranns <nranns@cisco.com>
Mon, 22 Apr 2019 21:33:02 +0000 (21:33 +0000)
Change-Id: I9715b0578852a1ed59d78b7a9e28f32fc763ed3c
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
src/vnet/gre/gre.api

index 17552cf..841099c 100644 (file)
@@ -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,
 };