From caf5e9550e83e7b58d0f7de8b5b3f8e4cfac3d1d Mon Sep 17 00:00:00 2001 From: digimer Date: Mon, 11 Mar 2024 01:32:16 -0400 Subject: [PATCH] Made lanplus default, secondary for Fujitsu only. Signed-off-by: digimer --- Anvil/Tools/System.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Anvil/Tools/System.pm b/Anvil/Tools/System.pm index fe9ea669..77aeae71 100644 --- a/Anvil/Tools/System.pm +++ b/Anvil/Tools/System.pm @@ -2565,11 +2565,11 @@ LIMIT 1 }}); # See if the current password works. - my $lanplus = "no-yes"; - if (($manufacturer eq "HP") or ($manufacturer eq "Dell")) + my $lanplus = "yes-no"; + if ($manufacturer eq "Fujitsu") { - # These need LAN Plus - $lanplus = "yes-no" + # Fujitsu doesn't usually need lanplus + $lanplus = "no-yes" } $host_ipmi = $anvil->System->test_ipmi({ debug => $debug,