summaryrefslogtreecommitdiff
path: root/init.d/network.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/network.in')
-rw-r--r--init.d/network.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/network.in b/init.d/network.in
index 2acfcb6..135e5d8 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -224,7 +224,7 @@ start()
if [ "$RC_UNAME" = "Linux" ]; then
ifconfig lo 127.0.0.1 netmask 255.0.0.0 || cr=1
route add -net 127.0.0.0 netmask 255.0.0.0 \
- gw 127.0.0.1 2>/dev/null
+ gw 127.0.0.1 reject 2>/dev/null
else
ifconfig lo0 127.0.0.1 netmask 255.0.0.0 || cr=1
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 \