From: Tom Hughes Date: Mon, 26 Sep 2022 06:09:04 +0000 (+0100) Subject: Fix bonding options on faffy X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/117fff49e6ba082bd30e299e8014be525da3a420 Fix bonding options on faffy --- diff --git a/roles/faffy.rb b/roles/faffy.rb index 0d633f4ce..c7b8170d2 100644 --- a/roles/faffy.rb +++ b/roles/faffy.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.3", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4 eno5 eno6] } },