aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/oddbuf/oddbuf.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/oddbuf/oddbuf.ba.go')
-rw-r--r--binapi/oddbuf/oddbuf.ba.go14
1 files changed, 8 insertions, 6 deletions
diff --git a/binapi/oddbuf/oddbuf.ba.go b/binapi/oddbuf/oddbuf.ba.go
index c6f3e21..73656b9 100644
--- a/binapi/oddbuf/oddbuf.ba.go
+++ b/binapi/oddbuf/oddbuf.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/plugins/oddbuf.api.json
// Package oddbuf contains generated bindings for API file oddbuf.api.
@@ -12,9 +12,9 @@
package oddbuf
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"
+ 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
@@ -26,10 +26,11 @@ const _ = api.GoVppAPIPackageIsVersion2
const (
APIFile = "oddbuf"
APIVersion = "0.1.0"
- VersionCrc = 0x95757869
+ VersionCrc = 0x3a1a2c50
)
// OddbufEnableDisable defines message 'oddbuf_enable_disable'.
+// InProgress: the message form may change in the future versions
type OddbufEnableDisable struct {
EnableDisable bool `binapi:"bool,name=enable_disable" json:"enable_disable,omitempty"`
SwIfIndex interface_types.InterfaceIndex `binapi:"interface_index,name=sw_if_index" json:"sw_if_index,omitempty"`
@@ -67,6 +68,7 @@ func (m *OddbufEnableDisable) Unmarshal(b []byte) error {
}
// OddbufEnableDisableReply defines message 'oddbuf_enable_disable_reply'.
+// InProgress: the message form may change in the future versions
type OddbufEnableDisableReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}