diff options
author | Vladimir Lavor <vlavor@cisco.com> | 2020-07-09 10:02:41 +0200 |
---|---|---|
committer | Vladimir Lavor <vlavor@cisco.com> | 2020-07-09 14:58:24 +0200 |
commit | 2fdb2acee79b43af3e4edb7cac4a5cae428f587e (patch) | |
tree | 693247c88655bdd6cb90a4899919170e663f0b7d /.gitignore | |
parent | bded546b38b8e30d1009eee937b87d318202dec0 (diff) |
Removed global binapi VPP adapter
* added example showing management of 2 VPP instances with different sockets
* updated changelog
Change-Id: I531eda8f055cc2a24ba2210217e70a8ad42a47c0
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ cmd/binapi-generator/binapi-generator cmd/vpp-proxy/vpp-proxy # examples +examples/multi-vpp/multi-vpp examples/perf-bench/perf-bench examples/rpc-service/rpc-service examples/simple-client/simple-client |