From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from svn.comics.unina.it (unknown [143.225.229.147]) by huchra.bufferbloat.net (Postfix) with ESMTP id F2683200227 for ; Wed, 18 May 2011 06:36:05 -0700 (PDT) Received: from www-data by svn.comics.unina.it with local (Exim 4.69) (envelope-from ) id 1QMh9t-00077i-4N for bismark-commits@lists.bufferbloat.net; Wed, 18 May 2011 15:51:29 +0200 To: bismark-commits@lists.bufferbloat.net From: walter@svn.comics.unina.it Message-Id: Date: Wed, 18 May 2011 15:51:29 +0200 Subject: [Bismark-commits] rev 337 - trunk/device/OpenWrt_common/etc X-BeenThere: bismark-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Commit log for the bismark source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 13:36:06 -0000 Author: walter Date: 2011-05-18 15:51:29 +0200 (Wed, 18 May 2011) New Revision: 337 Modified: trunk/device/OpenWrt_common/etc/bismark.conf Log: server name resolution made by nslookup Modified: trunk/device/OpenWrt_common/etc/bismark.conf =================================================================== --- trunk/device/OpenWrt_common/etc/bismark.conf 2011-05-17 21:55:39 UTC (rev 336) +++ trunk/device/OpenWrt_common/etc/bismark.conf 2011-05-18 13:51:29 UTC (rev 337) @@ -59,4 +59,4 @@ # Immutable options NC_OPTS="-nc" KEEP_ALIVE="-K 30" - +SERVER=$(nslookup $SERVER | awk '(NR>2) && /^Address 1/{ print $3 }')