aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/p2p_ethernet/p2p_ethernet.ba.go
diff options
context:
space:
mode:
Diffstat (limited to 'binapi/p2p_ethernet/p2p_ethernet.ba.go')
-rw-r--r--binapi/p2p_ethernet/p2p_ethernet.ba.go22
1 files changed, 11 insertions, 11 deletions
diff --git a/binapi/p2p_ethernet/p2p_ethernet.ba.go b/binapi/p2p_ethernet/p2p_ethernet.ba.go
index 2f76041..05f6921 100644
--- a/binapi/p2p_ethernet/p2p_ethernet.ba.go
+++ b/binapi/p2p_ethernet/p2p_ethernet.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/p2p_ethernet.api.json
// Package p2p_ethernet contains generated bindings for API file p2p_ethernet.api.
@@ -12,10 +12,10 @@
package p2p_ethernet
import (
- api "git.fd.io/govpp.git/api"
- ethernet_types "git.fd.io/govpp.git/binapi/ethernet_types"
- interface_types "git.fd.io/govpp.git/binapi/interface_types"
- codec "git.fd.io/govpp.git/codec"
+ api "go.fd.io/govpp/api"
+ ethernet_types "go.fd.io/govpp/binapi/ethernet_types"
+ 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
@@ -27,7 +27,7 @@ const _ = api.GoVppAPIPackageIsVersion2
const (
APIFile = "p2p_ethernet"
APIVersion = "1.0.0"
- VersionCrc = 0xe34f63cd
+ VersionCrc = 0x3cfe55da
)
// P2pEthernetAdd defines message 'p2p_ethernet_add'.
@@ -39,7 +39,7 @@ type P2pEthernetAdd struct {
func (m *P2pEthernetAdd) Reset() { *m = P2pEthernetAdd{} }
func (*P2pEthernetAdd) GetMessageName() string { return "p2p_ethernet_add" }
-func (*P2pEthernetAdd) GetCrcString() string { return "eeb8e717" }
+func (*P2pEthernetAdd) GetCrcString() string { return "36a1a6dc" }
func (*P2pEthernetAdd) GetMessageType() api.MessageType {
return api.RequestMessage
}
@@ -116,7 +116,7 @@ type P2pEthernetDel struct {
func (m *P2pEthernetDel) Reset() { *m = P2pEthernetDel{} }
func (*P2pEthernetDel) GetMessageName() string { return "p2p_ethernet_del" }
-func (*P2pEthernetDel) GetCrcString() string { return "0b62c386" }
+func (*P2pEthernetDel) GetCrcString() string { return "62f81c8c" }
func (*P2pEthernetDel) GetMessageType() api.MessageType {
return api.RequestMessage
}
@@ -180,9 +180,9 @@ func (m *P2pEthernetDelReply) Unmarshal(b []byte) error {
func init() { file_p2p_ethernet_binapi_init() }
func file_p2p_ethernet_binapi_init() {
- api.RegisterMessage((*P2pEthernetAdd)(nil), "p2p_ethernet_add_eeb8e717")
+ api.RegisterMessage((*P2pEthernetAdd)(nil), "p2p_ethernet_add_36a1a6dc")
api.RegisterMessage((*P2pEthernetAddReply)(nil), "p2p_ethernet_add_reply_5383d31f")
- api.RegisterMessage((*P2pEthernetDel)(nil), "p2p_ethernet_del_0b62c386")
+ api.RegisterMessage((*P2pEthernetDel)(nil), "p2p_ethernet_del_62f81c8c")
api.RegisterMessage((*P2pEthernetDelReply)(nil), "p2p_ethernet_del_reply_e8d4e804")
}