blob: c251e7b87efd8fb3538dea27149d55462f21eebf [file] [log] [blame]
xf.li86118912025-03-19 20:07:27 -07001#! /bin/sh
2# SPDX-License-Identifier: GPL-2.0
3
4if [ -z "$*" ] ; then
5 exec ip -4 ro flush scope global type unicast
6else
7 echo "Usage: routef"
8 echo
9 echo "This script will flush the IPv4 routing table"
10fi