X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fteib%2Fteib.ba.go;h=af6dcafa991d5d9853f7f17af2ed207622751eb9;hb=HEAD;hp=6a106887282dfba8ee99d0edf56f793bcade68fc;hpb=c2456559a66107441addb96f673191bde09d6977;p=govpp.git diff --git a/binapi/teib/teib.ba.go b/binapi/teib/teib.ba.go index 6a10688..af6dcaf 100644 --- a/binapi/teib/teib.ba.go +++ b/binapi/teib/teib.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.6.0-dev +// VPP: 22.02-release // source: /usr/share/vpp/api/core/teib.api.json // Package teib contains generated bindings for API file teib.api. @@ -13,10 +13,10 @@ package teib 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 @@ -28,7 +28,7 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "teib" APIVersion = "1.0.0" - VersionCrc = 0xaac93c17 + VersionCrc = 0x14ded985 ) // TeibEntry defines type 'teib_entry'. @@ -46,7 +46,7 @@ type TeibDetails struct { func (m *TeibDetails) Reset() { *m = TeibDetails{} } func (*TeibDetails) GetMessageName() string { return "teib_details" } -func (*TeibDetails) GetCrcString() string { return "e3b6a503" } +func (*TeibDetails) GetCrcString() string { return "981ee1a1" } func (*TeibDetails) GetMessageType() api.MessageType { return api.ReplyMessage } @@ -122,7 +122,7 @@ type TeibEntryAddDel struct { func (m *TeibEntryAddDel) Reset() { *m = TeibEntryAddDel{} } func (*TeibEntryAddDel) GetMessageName() string { return "teib_entry_add_del" } -func (*TeibEntryAddDel) GetCrcString() string { return "5aa0a538" } +func (*TeibEntryAddDel) GetCrcString() string { return "8016cfd2" } func (*TeibEntryAddDel) GetMessageType() api.MessageType { return api.RequestMessage } @@ -201,9 +201,9 @@ func (m *TeibEntryAddDelReply) Unmarshal(b []byte) error { func init() { file_teib_binapi_init() } func file_teib_binapi_init() { - api.RegisterMessage((*TeibDetails)(nil), "teib_details_e3b6a503") + api.RegisterMessage((*TeibDetails)(nil), "teib_details_981ee1a1") api.RegisterMessage((*TeibDump)(nil), "teib_dump_51077d14") - api.RegisterMessage((*TeibEntryAddDel)(nil), "teib_entry_add_del_5aa0a538") + api.RegisterMessage((*TeibEntryAddDel)(nil), "teib_entry_add_del_8016cfd2") api.RegisterMessage((*TeibEntryAddDelReply)(nil), "teib_entry_add_del_reply_e8d4e804") }