aboutsummaryrefslogtreecommitdiffstats
path: root/binapi/p2p_ethernet/p2p_ethernet.ba.go
diff options
context:
space:
mode:
authormhalaj1 <matus.halaj@pantheon.tech>2021-08-26 13:10:48 +0200
committermhalaj1 <matus.halaj@pantheon.tech>2021-08-26 13:10:48 +0200
commitdebc52dea8a81417bb08ca5bb934c7876b6d65e0 (patch)
tree23909430d78d6b77c2b414814e843708a6bab08e /binapi/p2p_ethernet/p2p_ethernet.ba.go
parentc0da1f2999a6b08d003c0fed1a23e1ca60dd1571 (diff)
regenerate binapi
Signed-off-by: mhalaj1 <matus.halaj@pantheon.tech> Change-Id: I9bb6a5ca00aa542128bde0bfbbba7b57b9f16ed2
Diffstat (limited to 'binapi/p2p_ethernet/p2p_ethernet.ba.go')
-rw-r--r--binapi/p2p_ethernet/p2p_ethernet.ba.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/binapi/p2p_ethernet/p2p_ethernet.ba.go b/binapi/p2p_ethernet/p2p_ethernet.ba.go
index d9f9a9c..88c2ab5 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
-// VPP: 20.05.1-release
+// binapi-generator: v0.3.5-56-gc0da1f2-dirty
+// VPP: 21.06-release
// source: /usr/share/vpp/api/core/p2p_ethernet.api.json
// Package p2p_ethernet contains generated bindings for API file p2p_ethernet.api.
@@ -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")
}