mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
fix LAG without LACP streams
This commit is contained in:
@@ -256,7 +256,7 @@ bbl_lag_interface_add(bbl_interface_s *interface, bbl_link_config_s *link_config
|
||||
} else {
|
||||
member->lacp_state = LACP_DISABLED;
|
||||
lag->interface->state = INTERFACE_UP;
|
||||
lag->active_count++;
|
||||
lag->active_list[lag->active_count++] = member;
|
||||
if(CIRCLEQ_EMPTY(&lag->lag_member_qhead)) {
|
||||
member->primary = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user