From 4c4223edfd46841062340fe449cd97a93dccc498 Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Wed, 15 Jul 2020 08:44:54 -0700 Subject: bonding lacp: replace slave string with member - Replace textual string slave with member except APIs. - For APIs, mark the existing APIs as deprecated and introduce new APIs - While introducing sw_bond_interface_dump, add the optional filter by sw_if_index and enhance the testcases to make use of it. Type: improvement Signed-off-by: Steven Luong Change-Id: Ib6626c514e45350308aeeda0decb70f3aba2f63e --- src/plugins/lacp/tx_machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/lacp/tx_machine.h') diff --git a/src/plugins/lacp/tx_machine.h b/src/plugins/lacp/tx_machine.h index 428c19b5edd..5e87aed4e6d 100644 --- a/src/plugins/lacp/tx_machine.h +++ b/src/plugins/lacp/tx_machine.h @@ -43,7 +43,7 @@ typedef enum extern lacp_machine_t lacp_tx_machine; int lacp_tx_action_transmit (void *p1, void *p2); -void lacp_tx_debug_func (slave_if_t * sif, int event, int state, +void lacp_tx_debug_func (member_if_t * mif, int event, int state, lacp_fsm_state_t * transition); #define LACP_ACTION_TRANSMIT LACP_ACTION_ROUTINE(lacp_tx_action_transmit) -- cgit 1.2.3-korg