Skip to content

Commit 03c0ef9

Browse files
mgsmith1000ayourtch
authored andcommitted
bonding: process lacp when bond is admin down
Ticket: VPP-1821 Type: fix Fixes: 6dfd378 When a bond interface is administratively down but the slaves are up, process inbound LACP packets received over the slaves. This was the old behavior with bond interfaces in LACP mode and was altered unintentionally by another change. Restore the old behavior. Change-Id: I61b0b700211dea4859b6ee447ab83b33197d9d11 Signed-off-by: Matthew Smith <[email protected]> (cherry picked from commit 854eb6e)
1 parent add407e commit 03c0ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vnet/bonding/node.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ bond_update_next (vlib_main_t * vm, vlib_node_runtime_t * node,
163163
{
164164
*bond_sw_if_index = slave_sw_if_index;
165165
*error = node->errors[BOND_INPUT_ERROR_IF_DOWN];
166-
return;
167166
}
168167

169168
if (PREDICT_FALSE ((bif->mode == BOND_MODE_ACTIVE_BACKUP) &&

0 commit comments

Comments
 (0)