X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Ftcp%2Ftcp.ba.go;h=d9bae70ddfa4383452cd9f23f16ab3537fad8197;hb=1c622180f9be043d5be6c631975182f5cbf9c722;hp=7ae3eccc6de32cce8b29f6181492df797bfaeb55;hpb=58da9ac6e691a8c660eb8ca838a154e11da0db68;p=govpp.git diff --git a/binapi/tcp/tcp.ba.go b/binapi/tcp/tcp.ba.go index 7ae3ecc..d9bae70 100644 --- a/binapi/tcp/tcp.ba.go +++ b/binapi/tcp/tcp.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.5.0-dev +// VPP: 21.06-release // source: /usr/share/vpp/api/core/tcp.api.json // Package tcp contains generated bindings for API file tcp.api. @@ -26,7 +26,7 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "tcp" APIVersion = "2.0.0" - VersionCrc = 0xf586c9ba + VersionCrc = 0x93d07485 ) // TCPConfigureSrcAddresses defines message 'tcp_configure_src_addresses'. @@ -38,7 +38,7 @@ type TCPConfigureSrcAddresses struct { func (m *TCPConfigureSrcAddresses) Reset() { *m = TCPConfigureSrcAddresses{} } func (*TCPConfigureSrcAddresses) GetMessageName() string { return "tcp_configure_src_addresses" } -func (*TCPConfigureSrcAddresses) GetCrcString() string { return "4b02b946" } +func (*TCPConfigureSrcAddresses) GetCrcString() string { return "67eede0d" } func (*TCPConfigureSrcAddresses) GetMessageType() api.MessageType { return api.RequestMessage } @@ -113,7 +113,7 @@ func (m *TCPConfigureSrcAddressesReply) Unmarshal(b []byte) error { func init() { file_tcp_binapi_init() } func file_tcp_binapi_init() { - api.RegisterMessage((*TCPConfigureSrcAddresses)(nil), "tcp_configure_src_addresses_4b02b946") + api.RegisterMessage((*TCPConfigureSrcAddresses)(nil), "tcp_configure_src_addresses_67eede0d") api.RegisterMessage((*TCPConfigureSrcAddressesReply)(nil), "tcp_configure_src_addresses_reply_e8d4e804") }