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/gen.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/gen.go')
-rw-r--r-- | examples/binapi/gen.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/binapi/gen.go b/examples/binapi/gen.go index 2e86acd..aeee5ec 100644 --- a/examples/binapi/gen.go +++ b/examples/binapi/gen.go @@ -8,7 +8,6 @@ package binapi //go:generate binapigen --input-file=/usr/share/vpp/api/core/ip.api.json //go:generate binapigen --input-file=/usr/share/vpp/api/core/memclnt.api.json //go:generate binapigen --input-file=/usr/share/vpp/api/core/vpe.api.json -//go:generate binapigen --input-file=/usr/share/vpp/api/plugins/acl.api.json //go:generate binapigen --input-file=/usr/share/vpp/api/plugins/memif.api.json // VPP version |