From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 10:52:04 +0000 (+0200) Subject: wireguard: stabilize the API X-Git-Tag: v24.02-rc0~12 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f29d9f060;p=vpp.git 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 --- 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";