From debc52dea8a81417bb08ca5bb934c7876b6d65e0 Mon Sep 17 00:00:00 2001 From: mhalaj1 Date: Thu, 26 Aug 2021 13:10:48 +0200 Subject: regenerate binapi Signed-off-by: mhalaj1 Change-Id: I9bb6a5ca00aa542128bde0bfbbba7b57b9f16ed2 --- binapi/tcp/tcp.ba.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'binapi/tcp/tcp.ba.go') diff --git a/binapi/tcp/tcp.ba.go b/binapi/tcp/tcp.ba.go index bfa9df7..211790f 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 -// VPP: 20.05.1-release +// binapi-generator: v0.3.5-56-gc0da1f2-dirty +// 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") } -- cgit 1.2.3-korg