From a85a66348ba81f26f2d2378d738c6378e759c44e Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 10 Aug 2007 10:34:50 +0000 Subject: [PATCH] Need to specify table for busybox. --- net.Linux/iproute2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.Linux/iproute2.sh b/net.Linux/iproute2.sh index 1621c7e1..a59827af 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() {