From 4c682b95d08d8a2d20c98b6e2cbce445fbb68549 Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 15 Nov 2004 18:41:50 +0100 Subject: [PATCH] en cas de ping temps trop important sur les ping, traceroute met des * qui soulent darcs-hash:20041115174150-4ec08-8e4358512e19ca7c21845c7554ce61571e651728.gz --- gestion/gen_confs/autostatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/autostatus.py b/gestion/gen_confs/autostatus.py index c15e5a55..84d95b43 100755 --- a/gestion/gen_confs/autostatus.py +++ b/gestion/gen_confs/autostatus.py @@ -191,7 +191,7 @@ class autostatus(gen_config) : ######################## # on récupère la route vers l'extérieur - traceroute = commands.getoutput("/usr/bin/traceroute www.free.fr 2> /dev/null | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") + traceroute = commands.getoutput("/usr/bin/traceroute www.free.fr 2> /dev/null | sed 's/\*//g' | sed 's/ */ /g' | sed 's/^ //g' | sed 's/[(,)]//g' | cut -d ' ' -f 2,3").split("\n") # initialisation des variables in_renater = 0