osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 1 | #! /bin/sh |
2 | |||||
Mike Frysinger | 1e253d7 | 2006-07-15 03:31:48 -0400 | [diff] [blame] | 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 |