From f29d9f06043451eaf47c66b7b832dde2a3393cd6 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 12:52:04 +0200 Subject: [PATCH] wireguard: stabilize the API 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 Change-Id: Ia644e1dfcd9d182cc6f10089fc44397a61e8aaf6 --- src/plugins/wireguard/wireguard.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/wireguard/wireguard.api b/src/plugins/wireguard/wireguard.api index 508c0cf7981..55a36c6f6e5 100644 --- a/src/plugins/wireguard/wireguard.api +++ b/src/plugins/wireguard/wireguard.api @@ -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"; -- 2.16.6