aboutsummaryrefslogtreecommitdiffstats
path: root/binapi
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2022-04-26 19:16:20 -0500
committerOndrej Fabry <ofabry@cisco.com>2022-05-19 08:54:00 +0000
commitf06c92da266e8a71c8720d92179cd2d2d56d1a27 (patch)
treeddbc8d41137de510c4270a453b6cfdc248eb7224 /binapi
parente93c0bb99ca9400df77687e7c3fd4bebfc6e4c33 (diff)
Regenerate 'types' with APIFile/APIVersion/CrcVersion
Signed-off-by: Ed Warnicke <hagbard@gmail.com> Change-Id: I4ca28677573f6479258a67e3699b0d92bf18b009
Diffstat (limited to 'binapi')
-rw-r--r--binapi/acl_types/acl_types.ba.go6
-rw-r--r--binapi/ethernet_types/ethernet_types.ba.go6
-rw-r--r--binapi/fib_types/fib_types.ba.go6
-rw-r--r--binapi/flow_types/flow_types.ba.go6
-rw-r--r--binapi/ikev2_types/ikev2_types.ba.go6
-rw-r--r--binapi/interface_types/interface_types.ba.go6
-rw-r--r--binapi/ip_types/ip_types.ba.go6
-rw-r--r--binapi/ipsec_types/ipsec_types.ba.go6
-rw-r--r--binapi/lb_types/lb_types.ba.go6
-rw-r--r--binapi/lisp_types/lisp_types.ba.go6
-rw-r--r--binapi/mfib_types/mfib_types.ba.go6
-rw-r--r--binapi/nat_types/nat_types.ba.go6
-rw-r--r--binapi/pci_types/pci_types.ba.go6
-rw-r--r--binapi/policer_types/policer_types.ba.go6
-rw-r--r--binapi/sr_types/sr_types.ba.go6
-rw-r--r--binapi/tunnel_types/tunnel_types.ba.go6
-rw-r--r--binapi/virtio_types/virtio_types.ba.go6
-rw-r--r--binapi/vpe_types/vpe_types.ba.go6
18 files changed, 108 insertions, 0 deletions
diff --git a/binapi/acl_types/acl_types.ba.go b/binapi/acl_types/acl_types.ba.go
index ba89ca1..a47d803 100644
--- a/binapi/acl_types/acl_types.ba.go
+++ b/binapi/acl_types/acl_types.ba.go
@@ -26,6 +26,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "acl_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x878da4fa
+)
+
// ACLAction defines enum 'acl_action'.
type ACLAction uint8
diff --git a/binapi/ethernet_types/ethernet_types.ba.go b/binapi/ethernet_types/ethernet_types.ba.go
index cb40a1f..5730c14 100644
--- a/binapi/ethernet_types/ethernet_types.ba.go
+++ b/binapi/ethernet_types/ethernet_types.ba.go
@@ -23,6 +23,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "ethernet_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xf24103d6
+)
+
// MacAddress defines alias 'mac_address'.
type MacAddress [6]uint8
diff --git a/binapi/fib_types/fib_types.ba.go b/binapi/fib_types/fib_types.ba.go
index 67d3f43..d889400 100644
--- a/binapi/fib_types/fib_types.ba.go
+++ b/binapi/fib_types/fib_types.ba.go
@@ -25,6 +25,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "fib_types"
+ APIVersion = "2.0.1"
+ VersionCrc = 0x21fd785b
+)
+
// FibPathFlags defines enum 'fib_path_flags'.
type FibPathFlags uint32
diff --git a/binapi/flow_types/flow_types.ba.go b/binapi/flow_types/flow_types.ba.go
index e50d4f3..d38037b 100644
--- a/binapi/flow_types/flow_types.ba.go
+++ b/binapi/flow_types/flow_types.ba.go
@@ -28,6 +28,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "flow_types"
+ APIVersion = "0.0.3"
+ VersionCrc = 0xd789ede8
+)
+
// FlowAction defines enum 'flow_action'.
type FlowAction uint32
diff --git a/binapi/ikev2_types/ikev2_types.ba.go b/binapi/ikev2_types/ikev2_types.ba.go
index 0fc7f7b..adfa502 100644
--- a/binapi/ikev2_types/ikev2_types.ba.go
+++ b/binapi/ikev2_types/ikev2_types.ba.go
@@ -23,6 +23,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "ikev2_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xe7510e
+)
+
// Ikev2Auth defines type 'ikev2_auth'.
type Ikev2Auth struct {
Method uint8 `binapi:"u8,name=method" json:"method,omitempty"`
diff --git a/binapi/interface_types/interface_types.ba.go b/binapi/interface_types/interface_types.ba.go
index 7d5e241..4430853 100644
--- a/binapi/interface_types/interface_types.ba.go
+++ b/binapi/interface_types/interface_types.ba.go
@@ -24,6 +24,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "interface_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x7f2ba79a
+)
+
// Direction defines enum 'direction'.
type Direction uint8
diff --git a/binapi/ip_types/ip_types.ba.go b/binapi/ip_types/ip_types.ba.go
index 4d0286a..4b99434 100644
--- a/binapi/ip_types/ip_types.ba.go
+++ b/binapi/ip_types/ip_types.ba.go
@@ -30,6 +30,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "ip_types"
+ APIVersion = "3.0.0"
+ VersionCrc = 0xfee023ed
+)
+
// AddressFamily defines enum 'address_family'.
type AddressFamily uint8
diff --git a/binapi/ipsec_types/ipsec_types.ba.go b/binapi/ipsec_types/ipsec_types.ba.go
index 0a31ac6..6310ff1 100644
--- a/binapi/ipsec_types/ipsec_types.ba.go
+++ b/binapi/ipsec_types/ipsec_types.ba.go
@@ -27,6 +27,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "ipsec_types"
+ APIVersion = "3.0.1"
+ VersionCrc = 0x48f74470
+)
+
// IpsecCryptoAlg defines enum 'ipsec_crypto_alg'.
type IpsecCryptoAlg uint32
diff --git a/binapi/lb_types/lb_types.ba.go b/binapi/lb_types/lb_types.ba.go
index 3549f80..b4d906b 100644
--- a/binapi/lb_types/lb_types.ba.go
+++ b/binapi/lb_types/lb_types.ba.go
@@ -25,6 +25,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "lb_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xba19340c
+)
+
// LbEncapType defines enum 'lb_encap_type'.
type LbEncapType uint32
diff --git a/binapi/lisp_types/lisp_types.ba.go b/binapi/lisp_types/lisp_types.ba.go
index 8a1a9c4..1d4a252 100644
--- a/binapi/lisp_types/lisp_types.ba.go
+++ b/binapi/lisp_types/lisp_types.ba.go
@@ -29,6 +29,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "lisp_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xf05d92a6
+)
+
// EidType defines enum 'eid_type'.
type EidType uint8
diff --git a/binapi/mfib_types/mfib_types.ba.go b/binapi/mfib_types/mfib_types.ba.go
index 0da284b..510e4f3 100644
--- a/binapi/mfib_types/mfib_types.ba.go
+++ b/binapi/mfib_types/mfib_types.ba.go
@@ -26,6 +26,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "mfib_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xd2b57aaf
+)
+
// MfibEntryFlags defines enum 'mfib_entry_flags'.
type MfibEntryFlags uint32
diff --git a/binapi/nat_types/nat_types.ba.go b/binapi/nat_types/nat_types.ba.go
index df1d1ba..a8f8fbf 100644
--- a/binapi/nat_types/nat_types.ba.go
+++ b/binapi/nat_types/nat_types.ba.go
@@ -24,6 +24,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "nat_types"
+ APIVersion = "0.0.1"
+ VersionCrc = 0x2ca9110f
+)
+
// NatConfigFlags defines enum 'nat_config_flags'.
type NatConfigFlags uint8
diff --git a/binapi/pci_types/pci_types.ba.go b/binapi/pci_types/pci_types.ba.go
index 3922ac5..bbf4c79 100644
--- a/binapi/pci_types/pci_types.ba.go
+++ b/binapi/pci_types/pci_types.ba.go
@@ -21,6 +21,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "pci_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x5d418665
+)
+
// PciAddress defines type 'pci_address'.
type PciAddress struct {
Domain uint16 `binapi:"u16,name=domain" json:"domain,omitempty"`
diff --git a/binapi/policer_types/policer_types.ba.go b/binapi/policer_types/policer_types.ba.go
index 6a13ece..0df1b01 100644
--- a/binapi/policer_types/policer_types.ba.go
+++ b/binapi/policer_types/policer_types.ba.go
@@ -24,6 +24,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "policer_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0xae54624b
+)
+
// Sse2QosActionType defines enum 'sse2_qos_action_type'.
type Sse2QosActionType uint8
diff --git a/binapi/sr_types/sr_types.ba.go b/binapi/sr_types/sr_types.ba.go
index 88f8951..3cf6a73 100644
--- a/binapi/sr_types/sr_types.ba.go
+++ b/binapi/sr_types/sr_types.ba.go
@@ -23,6 +23,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "sr_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x7955bd50
+)
+
// SrBehavior defines enum 'sr_behavior'.
type SrBehavior uint8
diff --git a/binapi/tunnel_types/tunnel_types.ba.go b/binapi/tunnel_types/tunnel_types.ba.go
index 49cae4e..26ea41d 100644
--- a/binapi/tunnel_types/tunnel_types.ba.go
+++ b/binapi/tunnel_types/tunnel_types.ba.go
@@ -26,6 +26,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "tunnel_types"
+ APIVersion = "1.0.1"
+ VersionCrc = 0x882f6758
+)
+
// TunnelEncapDecapFlags defines enum 'tunnel_encap_decap_flags'.
type TunnelEncapDecapFlags uint8
diff --git a/binapi/virtio_types/virtio_types.ba.go b/binapi/virtio_types/virtio_types.ba.go
index c9353c7..5393694 100644
--- a/binapi/virtio_types/virtio_types.ba.go
+++ b/binapi/virtio_types/virtio_types.ba.go
@@ -23,6 +23,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "virtio_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x7a70a44e
+)
+
// VirtioNetFeaturesFirst32 defines enum 'virtio_net_features_first_32'.
type VirtioNetFeaturesFirst32 uint32
diff --git a/binapi/vpe_types/vpe_types.ba.go b/binapi/vpe_types/vpe_types.ba.go
index dcab568..5560b99 100644
--- a/binapi/vpe_types/vpe_types.ba.go
+++ b/binapi/vpe_types/vpe_types.ba.go
@@ -26,6 +26,12 @@ import (
// GoVPP api package needs to be updated.
const _ = api.GoVppAPIPackageIsVersion2
+const (
+ APIFile = "vpe_types"
+ APIVersion = "1.0.0"
+ VersionCrc = 0x5f754a1c
+)
+
// LogLevel defines enum 'log_level'.
type LogLevel uint32