blob: 652b567f366d8b6ba08f22c7389ea2d284d243c2 [file] [log] [blame] [edit]
#!/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 MFTs dump
# generation.
#
@IBSCRIPTPATH@/dump_fts -M $@
echo ""
echo "*** WARNING ***: this command has been replaced by dump_fts -M"
echo ""
echo ""