home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / bin / routef < prev    next >
Encoding:
Text File  |  2010-05-19  |  173 b   |  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.