Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Path /sbin/routef
- # Part of iproute2 http://www.pearltrees.com/s243a/iproute2/id14833365
- #! /bin/sh
- if [ -z "$*" ] ; then
- exec ip -4 ro flush scope global type unicast
- else
- echo "Usage: routef"
- echo
- echo "This script will flush the IPv4 routing table"
- fi
Advertisement
Add Comment
Please, Sign In to add comment