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/lacp.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/lacp/lacp.api') diff --git a/src/plugins/lacp/lacp.api b/src/plugins/lacp/lacp.api index d50bd78836b..4ee8f62a880 100644 --- a/src/plugins/lacp/lacp.api +++ b/src/plugins/lacp/lacp.api @@ -31,8 +31,8 @@ define sw_interface_lacp_dump }; /** \brief Reply for lacp dump request - @param sw_if_index - software index of slave interface - @param interface_name - name of slave interface + @param sw_if_index - software index of member interface + @param interface_name - name of member interface @param rx_state - rx machine state @param tx_state - tx machine state @param mux_state - mux machine state -- cgit 1.2.3-korg