/usr/sbin/dump_lfts is in infiniband-diags 1.6.6-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
#
# This simple script will collect outputs of ibroute for all switches
# on the subnet and drop it on stdout. It can be used for LFTs dump
# generation.
#
/usr/sbin/dump_fts $@
echo ""
echo "*** WARNING ***: this command has been replaced by dump_fts"
echo ""
echo ""
|