]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - ip/routef
Add reference to tc-codel(8) to the SEE ALSO section
[lisovros/iproute2_canprio.git] / ip / routef
1 #! /bin/sh
2
3 if [ -z "$*" ] ; then
4         exec ip -4 ro flush  scope global  type unicast
5 else
6         echo "Usage: routef"
7         echo
8         echo "This script will flush the IPv4 routing table"
9 fi