aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-01-31 19:21:25 +0100
committerNeale Ranns <nranns@cisco.com>2020-02-03 10:43:24 +0000
commit8ab4e507ce435ab2b4f8a06651cb79eba539e416 (patch)
tree8bbc3536db193d922b8ad31aade088bf741d6ac8 /src/vnet/gre
parent78a1877463e59c15d0554bab61b5ad803625834f (diff)
gre: add missing .api edits
The previous edit has added a new field to a typedef. That change is backward-compatible for PAPI users, but not backward compatible for direct binary API users. This change adds two edits that should have been there already: + Copyright year bump. + API version bump. - PAPI users point of view, so bumping minor version only. Type: fix Fixes: e5b94dded0dfd7258d5fd0f4ef897d9ccb48715b Change-Id: Ib85f457254e38a8e5999a078855848e6a5cfda13 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'src/vnet/gre')
-rw-r--r--src/vnet/gre/gre.api4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/gre/gre.api b/src/vnet/gre/gre.api
index fb78b47f3aa..41b05165ac0 100644
--- a/src/vnet/gre/gre.api
+++ b/src/vnet/gre/gre.api
@@ -1,6 +1,6 @@
/* Hey Emacs use -*- mode: C -*- */
/*
- * Copyright (c) 2015-2019 Cisco and/or its affiliates.
+ * Copyright (c) 2015-2020 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-option version = "2.0.2";
+option version = "2.1.0";
import "vnet/interface_types.api";
import "vnet/tunnel/tunnel_types.api";