Skip to content

Commit

Permalink
Restore bandwidth mode
Browse files Browse the repository at this point in the history
Restore `bandwidth` LACP mode.
  • Loading branch information
rustydb committed Oct 23, 2023
1 parent 487523c commit 8567aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crucible/network/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, message) -> None:


default_bond_opts = {
'ad_select': 'bandwidth',
'mode': '802.3ad',
'miimon': 100,
'lacp_rate': 'fast',
Expand Down

0 comments on commit 8567aa1

Please sign in to comment.