diff options
author | makefu <github@syntax-fehler.de> | 2011-12-26 22:47:01 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-12-26 22:47:01 +0100 |
commit | 3e00f187af861b15c81cba6f0da1c64b00c13784 (patch) | |
tree | 4c49db02c963224cf8d134974085406fb4a40344 /retiolum | |
parent | e97debb48bb0fa7248bc5c8f020181bd5be37c38 (diff) |
//retiolum/routing: verbose++
defaultroute is a bit more explicit about what happened
Diffstat (limited to 'retiolum')
-rwxr-xr-x | retiolum/scripts/routing/defaultroute.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |