diff options
author | Ole Troan <ot@cisco.com> | 2019-12-07 00:39:49 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-12-07 11:46:04 +0000 |
commit | 3f2d5718b824a10a247ef08e23824d365f2f1626 (patch) | |
tree | da4dba0d78b9c66a6c5ede06b61c4fc64970b7a1 /src/plugins/lacp/lacp_test.c | |
parent | 7929f9f5c612b22097d874001e93f5bb38e5ed4f (diff) |
lacp: fix control_ping from plugins
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I030f75234a346ef6a20640c1a0ed65f4934867f2
Diffstat (limited to 'src/plugins/lacp/lacp_test.c')
-rw-r--r-- | src/plugins/lacp/lacp_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/lacp/lacp_test.c b/src/plugins/lacp/lacp_test.c index cbff00d9502..4a705ff0140 100644 --- a/src/plugins/lacp/lacp_test.c +++ b/src/plugins/lacp/lacp_test.c @@ -114,6 +114,8 @@ api_sw_interface_lacp_dump (vat_main_t * vam) S (mp); /* Use a control ping for synchronization */ + if (!lm->ping_id) + lm->ping_id = vl_msg_api_get_msg_index ((u8 *) (VL_API_CONTROL_PING_CRC)); mp_ping = vl_msg_api_alloc_as_if_client (sizeof (*mp_ping)); mp_ping->_vl_msg_id = htons (lm->ping_id); mp_ping->client_index = vam->my_client_index; |