diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-12-12 14:04:09 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2022-12-20 12:08:06 +0000 |
commit | 8c626b41eaab5c74e7e023205f1c6cd655d40f44 (patch) | |
tree | 6e4cd5e362d20dde87567e595f88d8271a95cf7d /extras/hs-test | |
parent | db823ed6e9543741f6969ff160314093002e037e (diff) |
vapi: use the correct my_context_id when disconnecting API clients
While before the my_client_index variable was stored as global variable
in api_main_t, after commit 2ca88ff97884ec9ed20a853b13cee6d86f9c9d0f
the my_client_index becomes part of vapi_ctx_t.
Each API client (internal/external) connected to VPP stores its
client index in vapi_ctx_t.
The issue is in the client disconnection. The vapi_disconnect is
untouched in patch 2ca88ff97884ec9ed20a853b13cee6d86f9c9d0f,
so it keeps the behavior of using the my_client_index stored
in api_main_t.
Ticket: VPP-2069
Type: fix
Fixes: 2ca88ff97884ec9ed20a853b13cee6d86f9c9d0f
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: Idf8c1d1056cbd631cc3057cf7acc486216fa8303
Diffstat (limited to 'extras/hs-test')
0 files changed, 0 insertions, 0 deletions