blob: ac2c0fc3328539a2ff7dee7529ecb45473d6a1f9 [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 LFTs dump
# generation.
#
@IBSCRIPTPATH@/dump_fts $@
echo ""
echo "*** WARNING ***: this command has been replaced by dump_fts"
echo ""
echo ""