]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Fix bonding options on faffy"
authorTom Hughes <tom@compton.nu>
Mon, 26 Sep 2022 06:13:22 +0000 (07:13 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 26 Sep 2022 06:13:22 +0000 (07:13 +0100)
This reverts commit 117fff49e6ba082bd30e299e8014be525da3a420.

roles/faffy.rb

index c7b8170d2b5ffd4212caee79cd66196feb511e6f..0d633f4cea6e369692861827efffbaaeadd88968 100644 (file)
@@ -10,9 +10,6 @@ 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]
         }
       },