From 9527cbe53bbe4b597022db11bdbe07cfb751078c 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 bd3c9b7566ec..01af61e6f6a7 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -16,8 +16,8 @@ # # Mellanox SAI -MFT_VERSION = 4.17.0 -MFT_REVISION = 106 +MFT_VERSION = 4.17.2 +MFT_REVISION = 12 export MFT_VERSION MFT_REVISION