From 3e00f187af861b15c81cba6f0da1c64b00c13784 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 26 Dec 2011 22:47:01 +0100 Subject: //retiolum/routing: verbose++ defaultroute is a bit more explicit about what happened --- retiolum/scripts/routing/defaultroute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum/scripts/routing') diff --git a/retiolum/scripts/routing/defaultroute.sh b/retiolum/scripts/routing/defaultroute.sh index 9d7d6683..b7d703e8 100755 --- a/retiolum/scripts/routing/defaultroute.sh +++ b/retiolum/scripts/routing/defaultroute.sh @@ -40,7 +40,7 @@ do host -4 $host | grep "has address" | awk '{ print $4 }' | while read addr do - route $command $addr gw $defaultroute + route $command $addr gw $defaultroute && echo "$command routing to $addr via $defaultroute" done fi done -- cgit v1.2.3