X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbonding%2Fnode.c;h=49c1f28ed0644d818a203016dca2108be294bf4a;hb=854eb6e3ff87ace211a45a8053424d8432bd5755;hp=de7207068221300afd775a11dd5a8d769eccbbdd;hpb=6dfd3785e4d65418f4330a73bf837912c37b8ec2;p=vpp.git diff --git a/src/vnet/bonding/node.c b/src/vnet/bonding/node.c index de720706822..49c1f28ed06 100644 --- a/src/vnet/bonding/node.c +++ b/src/vnet/bonding/node.c @@ -163,7 +163,6 @@ bond_update_next (vlib_main_t * vm, vlib_node_runtime_t * node, { *bond_sw_if_index = slave_sw_if_index; *error = node->errors[BOND_INPUT_ERROR_IF_DOWN]; - return; } if (PREDICT_FALSE ((bif->mode == BOND_MODE_ACTIVE_BACKUP) &&