diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 12:52:04 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 16:05:14 +0000 |
commit | f29d9f06043451eaf47c66b7b832dde2a3393cd6 (patch) | |
tree | 8f58cc8298d5b8e391233a7ada1ffcd3d7ac7940 /src/plugins | |
parent | a998f80cd9c834cc69c4c4947512f0f147634bce (diff) |
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 <ayourtch@gmail.com>
Change-Id: Ia644e1dfcd9d182cc6f10089fc44397a61e8aaf6
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/wireguard/wireguard.api | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |