aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/span/span.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/span/span.ba.go')
-rw-r--r--binapi/span/span.ba.go21
1 files changed, 11 insertions, 10 deletions
diff --git a/binapi/span/span.ba.go b/binapi/span/span.ba.go
index 2dcbc37..8d3512c 100644
--- a/binapi/span/span.ba.go
+++ b/binapi/span/span.ba.go
@@ -1,7 +1,7 @@
// Code generated by GoVPP's binapi-generator. DO NOT EDIT.
// versions:
-// binapi-generator: v0.4.0-dev
-// VPP: 20.05-release
+// binapi-generator: v0.6.0-dev
+// VPP: 22.02-release
// source: /usr/share/vpp/api/core/span.api.json
// Package span contains generated bindings for API file span.api.
@@ -13,10 +13,11 @@
package span
import (
- api "git.fd.io/govpp.git/api"
- interface_types "git.fd.io/govpp.git/binapi/interface_types"
- codec "git.fd.io/govpp.git/codec"
"strconv"
+
+ api "go.fd.io/govpp/api"
+ interface_types "go.fd.io/govpp/binapi/interface_types"
+ codec "go.fd.io/govpp/codec"
)
// This is a compile-time assertion to ensure that this generated file
@@ -28,7 +29,7 @@ const _ = api.GoVppAPIPackageIsVersion2
const (
APIFile = "span"
APIVersion = "2.0.0"
- VersionCrc = 0x9f4dec7c
+ VersionCrc = 0x34ee02b
)
// SpanState defines enum 'span_state'.
@@ -74,7 +75,7 @@ type SwInterfaceSpanDetails struct {
func (m *SwInterfaceSpanDetails) Reset() { *m = SwInterfaceSpanDetails{} }
func (*SwInterfaceSpanDetails) GetMessageName() string { return "sw_interface_span_details" }
-func (*SwInterfaceSpanDetails) GetCrcString() string { return "055643fc" }
+func (*SwInterfaceSpanDetails) GetCrcString() string { return "8a20e79f" }
func (*SwInterfaceSpanDetails) GetMessageType() api.MessageType {
return api.ReplyMessage
}
@@ -154,7 +155,7 @@ func (m *SwInterfaceSpanEnableDisable) Reset() { *m = SwInterfaceSpanEnableDisab
func (*SwInterfaceSpanEnableDisable) GetMessageName() string {
return "sw_interface_span_enable_disable"
}
-func (*SwInterfaceSpanEnableDisable) GetCrcString() string { return "acc8fea1" }
+func (*SwInterfaceSpanEnableDisable) GetCrcString() string { return "23ddd96b" }
func (*SwInterfaceSpanEnableDisable) GetMessageType() api.MessageType {
return api.RequestMessage
}
@@ -226,9 +227,9 @@ func (m *SwInterfaceSpanEnableDisableReply) Unmarshal(b []byte) error {
func init() { file_span_binapi_init() }
func file_span_binapi_init() {
- api.RegisterMessage((*SwInterfaceSpanDetails)(nil), "sw_interface_span_details_055643fc")
+ api.RegisterMessage((*SwInterfaceSpanDetails)(nil), "sw_interface_span_details_8a20e79f")
api.RegisterMessage((*SwInterfaceSpanDump)(nil), "sw_interface_span_dump_d6cf0c3d")
- api.RegisterMessage((*SwInterfaceSpanEnableDisable)(nil), "sw_interface_span_enable_disable_acc8fea1")
+ api.RegisterMessage((*SwInterfaceSpanEnableDisable)(nil), "sw_interface_span_enable_disable_23ddd96b")
api.RegisterMessage((*SwInterfaceSpanEnableDisableReply)(nil), "sw_interface_span_enable_disable_reply_e8d4e804")
}