blob: d266e2d9725ff872067dc0035f530bf18b3230a1 [file] [log] [blame]
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00001#! /bin/sh
2
Mike Frysinger1e253d72006-07-15 03:31:48 -04003if [ -z "$*" ] ; then
4 exec ip -4 ro flush scope global type unicast
5else
6 echo "Usage: routef"
7 echo
8 echo "This script will flush the IPv4 routing table"
9fi