diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2019-09-09 09:56:59 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2019-09-09 09:56:59 +0200 |
commit | ccb7b913d54fafdf08b36ac7eb36e462b1ecc9eb (patch) | |
tree | 1cf8f9fa125e577a0887519f0c0c436891e0983a /examples/binapi/af_packet/af_packet.ba.go | |
parent | d06548e4f4492c181f04a5fc9bf994764278e68b (diff) |
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 <ofabry@cisco.com>
Diffstat (limited to 'examples/binapi/af_packet/af_packet.ba.go')
-rw-r--r-- | examples/binapi/af_packet/af_packet.ba.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binapi/af_packet/af_packet.ba.go b/examples/binapi/af_packet/af_packet.ba.go index 9533f98..6f92b04 100644 --- a/examples/binapi/af_packet/af_packet.ba.go +++ b/examples/binapi/af_packet/af_packet.ba.go @@ -25,7 +25,7 @@ const ( // APIVersion is the API version of this module. APIVersion = "1.0.0" // VersionCrc is the CRC of this module. - VersionCrc = 0x206563c + VersionCrc = 0xfefd69b7 ) // AfPacketCreate represents VPP binary API message 'af_packet_create'. |