summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-08-10 10:34:50 +0000
committerRoy Marples <roy@marples.name>2007-08-10 10:34:50 +0000
commita85a66348ba81f26f2d2378d738c6378e759c44e (patch)
tree5274a15fa21cca75405a1d3e2784ef8ba06a99c1
parent0084bc41ef5db968cac0f64ae9d0b31dc7621818 (diff)
downloadopenrc-a85a66348ba81f26f2d2378d738c6378e759c44e.tar.gz
openrc-a85a66348ba81f26f2d2378d738c6378e759c44e.tar.bz2
openrc-a85a66348ba81f26f2d2378d738c6378e759c44e.tar.xz
Need to specify table for busybox.
-rw-r--r--net.Linux/iproute2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/iproute2.sh b/net.Linux/iproute2.sh
index 1621c7e..a59827a 100644
--- a/net.Linux/iproute2.sh
+++ b/net.Linux/iproute2.sh
@@ -176,7 +176,7 @@ iproute2_pre_start() {
}
iproute2_post_start() {
- ip route flush cache dev "${IFACE}"
+ ip route flush table cache dev "${IFACE}"
}
iproute2_post_stop() {