Regenerate 'types' with APIFile/APIVersion/CrcVersion 48/36048/3
authorEd Warnicke <hagbard@gmail.com>
Wed, 27 Apr 2022 00:16:20 +0000 (19:16 -0500)
committerOndrej Fabry <ofabry@cisco.com>
Thu, 19 May 2022 08:54:00 +0000 (08:54 +0000)
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Change-Id: I4ca28677573f6479258a67e3699b0d92bf18b009

18 files changed:
binapi/acl_types/acl_types.ba.go
binapi/ethernet_types/ethernet_types.ba.go
binapi/fib_types/fib_types.ba.go
binapi/flow_types/flow_types.ba.go
binapi/ikev2_types/ikev2_types.ba.go
binapi/interface_types/interface_types.ba.go
binapi/ip_types/ip_types.ba.go
binapi/ipsec_types/ipsec_types.ba.go
binapi/lb_types/lb_types.ba.go
binapi/lisp_types/lisp_types.ba.go
binapi/mfib_types/mfib_types.ba.go
binapi/nat_types/nat_types.ba.go
binapi/pci_types/pci_types.ba.go
binapi/policer_types/policer_types.ba.go
binapi/sr_types/sr_types.ba.go
binapi/tunnel_types/tunnel_types.ba.go
binapi/virtio_types/virtio_types.ba.go
binapi/vpe_types/vpe_types.ba.go

index ba89ca1..a47d803 100644 (file)
@@ -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
 
index cb40a1f..5730c14 100644 (file)
@@ -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
 
index 67d3f43..d889400 100644 (file)
@@ -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
 
index e50d4f3..d38037b 100644 (file)
@@ -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
 
index 0fc7f7b..adfa502 100644 (file)
@@ -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"`
index 7d5e241..4430853 100644 (file)
@@ -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
 
index 4d0286a..4b99434 100644 (file)
@@ -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
 
index 0a31ac6..6310ff1 100644 (file)
@@ -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
 
index 3549f80..b4d906b 100644 (file)
@@ -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
 
index 8a1a9c4..1d4a252 100644 (file)
@@ -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
 
index 0da284b..510e4f3 100644 (file)
@@ -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
 
index df1d1ba..a8f8fbf 100644 (file)
@@ -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
 
index 3922ac5..bbf4c79 100644 (file)
@@ -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"`
index 6a13ece..0df1b01 100644 (file)
@@ -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
 
index 88f8951..3cf6a73 100644 (file)
@@ -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
 
index 49cae4e..26ea41d 100644 (file)
@@ -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
 
index c9353c7..5393694 100644 (file)
@@ -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
 
index dcab568..5560b99 100644 (file)
@@ -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