Searched refs:lacp_active (Results 1 – 5 of 5) sorted by relevance
48 ip -n "${s_ns}" link add bond0 type bond mode 802.3ad lacp_active on lacp_rate fast52 ip -n "${c_ns}" link add bond0 type bond mode 802.3ad lacp_active off lacp_rate fast
154 (bond->params.lacp_active) ? "on" : "off"); in bond_info_show_master()
1667 bond->params.lacp_active = newval->value; in bond_option_lacp_active_set()
6330 params->lacp_active = 1; in bond_check_params()
133 int lacp_active; member