From a68a3a176eab4b770cce94fd5b3932df307a21ce Mon Sep 17 00:00:00 2001 From: DavidZagury <32644413+DavidZagury@users.noreply.github.com> Date: Wed, 20 Oct 2021 09:24:25 +0300 Subject: [PATCH] [Mellanox] Upgrade Mellanox firmware tools to 4.17.2-12 (#8978) - Why I did it Bug fix: bad_param request due to missing parser rest command while running mlxlink - How I did it Advance to MFT tool version to 4.17.2-12. - How to verify it Manually tested on all mellanox platforms. --- platform/mellanox/mft.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/mft.mk b/platform/mellanox/mft.mk index 5e9644b5703c..41c1301f0a56 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -1,7 +1,7 @@ # Mellanox SAI -MFT_VERSION = 4.17.0 -MFT_REVISION = 106 +MFT_VERSION = 4.17.2 +MFT_REVISION = 12 export MFT_VERSION MFT_REVISION