repo.or.cz
/
jleu-iproute2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add u32 extension to match on ether source/destination
[jleu-iproute2.git]
/
ip
/
routef
blob
d266e2d9725ff872067dc0035f530bf18b3230a1
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