]> git.proxmox.com Git - mirror_iproute2.git/blame - ip/routef
Fix array out of bounds problem
[mirror_iproute2.git] / ip / routef
CommitLineData
aba5acdf
SH
1#! /bin/sh
2
1e253d72
MF
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