aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/lldp/lldp.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/lldp/lldp.ba.go')
-rw-r--r--binapi/lldp/lldp.ba.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/binapi/lldp/lldp.ba.go b/binapi/lldp/lldp.ba.go
index a8769b5..bf513a9 100644
--- a/binapi/lldp/lldp.ba.go
+++ b/binapi/lldp/lldp.ba.go
@@ -1,8 +1,8 @@
// Code generated by GoVPP's binapi-generator. DO NOT EDIT.
// versions:
-// binapi-generator: v0.4.0-dev
-// VPP: 20.05-release
-// source: /usr/share/vpp/api/core/lldp.api.json
+// binapi-generator: v0.6.0-dev
+// VPP: 22.02-release
+// source: /usr/share/vpp/api/plugins/lldp.api.json
// Package lldp contains generated bindings for API file lldp.api.
//
@@ -12,10 +12,10 @@
package lldp
import (
- api "git.fd.io/govpp.git/api"
- interface_types "git.fd.io/govpp.git/binapi/interface_types"
- ip_types "git.fd.io/govpp.git/binapi/ip_types"
- codec "git.fd.io/govpp.git/codec"
+ api "go.fd.io/govpp/api"
+ interface_types "go.fd.io/govpp/binapi/interface_types"
+ ip_types "go.fd.io/govpp/binapi/ip_types"
+ codec "go.fd.io/govpp/codec"
)
// This is a compile-time assertion to ensure that this generated file
@@ -27,7 +27,7 @@ const _ = api.GoVppAPIPackageIsVersion2
const (
APIFile = "lldp"
APIVersion = "2.0.0"
- VersionCrc = 0x44347d6
+ VersionCrc = 0x8a7e7049
)
// LldpConfig defines message 'lldp_config'.
@@ -116,7 +116,7 @@ type SwInterfaceSetLldp struct {
func (m *SwInterfaceSetLldp) Reset() { *m = SwInterfaceSetLldp{} }
func (*SwInterfaceSetLldp) GetMessageName() string { return "sw_interface_set_lldp" }
-func (*SwInterfaceSetLldp) GetCrcString() string { return "d646ae0f" }
+func (*SwInterfaceSetLldp) GetCrcString() string { return "57afbcd4" }
func (*SwInterfaceSetLldp) GetMessageType() api.MessageType {
return api.RequestMessage
}
@@ -195,7 +195,7 @@ func init() { file_lldp_binapi_init() }
func file_lldp_binapi_init() {
api.RegisterMessage((*LldpConfig)(nil), "lldp_config_c14445df")
api.RegisterMessage((*LldpConfigReply)(nil), "lldp_config_reply_e8d4e804")
- api.RegisterMessage((*SwInterfaceSetLldp)(nil), "sw_interface_set_lldp_d646ae0f")
+ api.RegisterMessage((*SwInterfaceSetLldp)(nil), "sw_interface_set_lldp_57afbcd4")
api.RegisterMessage((*SwInterfaceSetLldpReply)(nil), "sw_interface_set_lldp_reply_e8d4e804")
}