From ccb7b913d54fafdf08b36ac7eb36e462b1ecc9eb Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Mon, 9 Sep 2019 09:56:59 +0200 Subject: Fix compatibility with latest master (20.01-rc0) - fixed generator for new string types - update simple client example - regenerate examples binapi for VPP 19.08 Change-Id: If4fe78c130d95641f35f75cd0262b35b032acaf8 Signed-off-by: Ondrej Fabry --- examples/binapi/memif/memif.ba.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/binapi/memif/memif.ba.go') diff --git a/examples/binapi/memif/memif.ba.go b/examples/binapi/memif/memif.ba.go index 8d23986..f9babf7 100644 --- a/examples/binapi/memif/memif.ba.go +++ b/examples/binapi/memif/memif.ba.go @@ -25,7 +25,7 @@ const ( // APIVersion is the API version of this module. APIVersion = "2.0.0" // VersionCrc is the CRC of this module. - VersionCrc = 0x31b42e17 + VersionCrc = 0x939f78a7 ) // MemifCreate represents VPP binary API message 'memif_create'. -- cgit 1.2.3-korg