diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 12:43:46 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 16:06:29 +0000 |
commit | b116bf8f37146b9f7ef3d3e1ba73dca194b27237 (patch) | |
tree | 935d1cd9e3eb8cc835366b6351065b7e36b4a99e /src/plugins/adl | |
parent | 9c7e0334885a0ace9f5f52dafa826803a49da4ad (diff) |
adl: stabilize the API
As discussed on the VPP call, since CSIT tests use these messages
and they have not been changedfor quite a while, bump the version
so these messages are considered as "production" from the change
process standpoint.
Type: improvement
Change-Id: I93a04b10b273d5904c0678fa0b85d47f9f683a9b
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src/plugins/adl')
-rw-r--r-- | src/plugins/adl/adl.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/adl/adl.api b/src/plugins/adl/adl.api index cbbb026a77c..b80cdc1c90f 100644 --- a/src/plugins/adl/adl.api +++ b/src/plugins/adl/adl.api @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "0.0.1"; +option version = "1.0.1"; import "vnet/interface_types.api"; |