diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-11 23:57:43 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-14 01:34:51 +0000 |
commit | dc01471be72b272922bf6c9ef9e6221162ab906a (patch) | |
tree | a00f718ebe267dfc9875647cd0c79a06756ce3e2 /src/plugins | |
parent | 5e6d547798e1b1137130b76f2e634c459ce42561 (diff) |
api: add missing version info
Type: fix
Change-Id: I269214e3eae72e837f25ee61d714556d976d410f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/acl/acl_types.api | 1 | ||||
-rw-r--r-- | src/plugins/ikev2/ikev2_types.api | 2 | ||||
-rw-r--r-- | src/plugins/lb/lb_types.api | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/acl/acl_types.api b/src/plugins/acl/acl_types.api index 6c796951c4d..b8a9482f0e3 100644 --- a/src/plugins/acl/acl_types.api +++ b/src/plugins/acl/acl_types.api @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +option version = "1.0.0"; import "vnet/ip/ip_types.api"; import "vnet/ethernet/ethernet_types.api"; diff --git a/src/plugins/ikev2/ikev2_types.api b/src/plugins/ikev2/ikev2_types.api index d39cf88c8d4..9add084f9e3 100644 --- a/src/plugins/ikev2/ikev2_types.api +++ b/src/plugins/ikev2/ikev2_types.api @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +option version = "1.0.0"; import "vnet/ip/ip_types.api"; import "vnet/interface_types.api"; diff --git a/src/plugins/lb/lb_types.api b/src/plugins/lb/lb_types.api index cadd2b033f2..3378a5fec4f 100644 --- a/src/plugins/lb/lb_types.api +++ b/src/plugins/lb/lb_types.api @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import "vnet/ip/ip_types.api"; +option version = "1.0.0"; +import "vnet/ip/ip_types.api"; enum lb_srv_type { |