home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / usr / sbin / routef < prev    next >
Text File  |  2010-05-11  |  173b  |  10 lines

  1. #! /bin/sh
  2.  
  3. if [ -z "$*" ] ; then
  4.     exec ip -4 ro flush  scope global  type unicast
  5. else
  6.     echo "Usage: routef"
  7.     echo
  8.     echo "This script will flush the IPv4 routing table"
  9. fi
  10.