]> git.proxmox.com Git - mirror_iproute2.git/blame - ip/routef
man: tc-taprio.8: fix syntax error
[mirror_iproute2.git] / ip / routef
CommitLineData
aba5acdf 1#! /bin/sh
6054c1eb 2# SPDX-License-Identifier: GPL-2.0
aba5acdf 3
1e253d72
MF
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