blob: d266e2d9725ff872067dc0035f530bf18b3230a1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#! /bin/sh
2
3if [ -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