Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
app
/
iproute2
/
iproute2-3.4.0
/
ip
/
routef
blob: d266e2d9725ff872067dc0035f530bf18b3230a1 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
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