Skip to content

Commit eea8ebd

Browse files
[Mellanox] Update MFT to v4.21.0-100 (#11758)
- Why I did it To update MFT package to the latest version. - How I did it Updated MFT_VERSION & MFT_REVISION in platform/mellanox/mft.mk. - How to verify it Build an image and deploy to the switch Check MFT version by dpkg -l | grep mft Verify that all the SONiC services up and running Run regression testing using tests from sonic-mgmt Signed-off-by: Volodymyr Samotiy <[email protected]>
1 parent 92bd6da commit eea8ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mellanox/mft.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717
# Mellanox SAI
1818

19-
MFT_VERSION = 4.20.0
20-
MFT_REVISION = 34
19+
MFT_VERSION = 4.21.0
20+
MFT_REVISION = 100
2121

2222
export MFT_VERSION MFT_REVISION
2323

0 commit comments

Comments
 (0)