wireguard: stabilize the API 42/39142/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 1 Aug 2023 10:52:04 +0000 (12:52 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 13 Sep 2023 16:05:14 +0000 (16:05 +0000)
As per discussion on VPP call - since the APIs are used in CSIT tests,
and there has not been changes in a while, mark them as stable from
the API change process PoV.

Type: improvement
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: Ia644e1dfcd9d182cc6f10089fc44397a61e8aaf6

src/plugins/wireguard/wireguard.api

index 508c0cf..55a36c6 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-option version = "0.3.0";
+option version = "1.3.0";
 
 import "vnet/interface_types.api";
 import "vnet/ip/ip_types.api";