mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
fix LAG without LACP
This commit is contained in:
@@ -255,6 +255,7 @@ bbl_lag_interface_add(bbl_interface_s *interface, bbl_link_config_s *link_config
|
||||
timer_sec, 0, interface, &bbl_lag_lacp_job);
|
||||
} else {
|
||||
member->lacp_state = LACP_DISABLED;
|
||||
lag->interface->state = INTERFACE_UP;
|
||||
}
|
||||
|
||||
bbl_lag_member_insert(lag, member);
|
||||
|
||||
Reference in New Issue
Block a user