-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test doesn't take into account if DUT have ports configured with different speed and might eventually try to add ports with different speed modes to a single PortChannel, which will lead to above error. In order to fix this issue, we might determine most common port speed, and add port members to PortChannel only with such speed. In case when number of ports with same speed is less than default number of lag members, use number of ports with same speed. Signed-off-by: Andrii-Yosafat Lozovyi <[email protected]>
- Loading branch information
1 parent
9e79b4d
commit 9bb1e74
Showing
1 changed file
with
66 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters