From patchwork Tue Aug 30 13:38:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1267 Return-Path: Received: from nm7.bullet.mail.ukl.yahoo.com (nm7.bullet.mail.ukl.yahoo.com [217.146.182.248]) by open-mesh.org (Postfix) with SMTP id 0AD0A60081C for ; Tue, 30 Aug 2011 15:38:20 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.208] by nm7.bullet.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 13:38:20 -0000 Received: from [77.238.184.64] by tm1.bullet.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 13:38:20 -0000 Received: from [127.0.0.1] by smtp133.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 13:38:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1314711500; bh=j8p63ctu3PllPfr5H32szzUd0Y8ZN6sRmH3aflrq+YE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=jSkUygGgeRhLAGrZoPifKmJLY0RaL40k4xtCsi5T24574SeLImbME384ET+6mvbd4Yppmuj9u+SArju/xyAfIptcWNaYWbLaR1TbZTVJgnStPirRdqGKhOBLXL2F4ECkDG376bG/qZ2NzJDq0+2RMvOWbyj7HO+Rk6/DcBvoY0Y= X-Yahoo-Newman-Id: 641438.72661.bm@smtp133.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: _nPWKr8VM1nhc1jYXRFwx5cJT6wE6zlqrIyP5yAVCpy.EAd nMrYgF7sVx4XsmVnfoFoCiKHiN69x8FWHxt8f5WIo9jtoxsZsWtmTcp92MNG ALua18XOK19W0KHGJXFDWV6DmCF3v13l.DeSKIvj.Ra3J54A0UDxvz9NQBFu Jbe5x5fJjQCLWYEs6B8bJcCTSOR2Iy4VDJdkLsPyjnXr_BvVOFJIDiXK51YZ jj29PLrSp4.LY9iPC4WH6u4Y_6fncEuolu3FubYtvuUmji2e20MN43AcNnC3 qKajO8uY3UwCCKMrePf0dCviVNPbLWtPCylJYJgctAFmi6RgKI6QmW2XkYNI XLuNOWPltN_xyofodqcPtW_cRJG5VZeTAaxkml_tFIBtg1dfm X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@90.61.255.120 with plain) by smtp133.mail.ukl.yahoo.com with SMTP; 30 Aug 2011 13:38:20 +0000 GMT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 30 Aug 2011 15:38:02 +0200 Message-Id: <1314711482-24862-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.5.3 In-Reply-To: <1314703953-20190-1-git-send-email-lindner_marek@yahoo.de> References: <1314703953-20190-1-git-send-email-lindner_marek@yahoo.de> Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: readme update (mention of new log level) X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2011 13:38:21 -0000 Signed-off-by: Marek Lindner --- This makes the previous patch obsolete. README | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 1e000ee..7bbcea1 100644 --- a/README +++ b/README @@ -218,15 +218,16 @@ abled during run time. Following log_levels are defined: 0 - All debug output disabled 1 - Enable messages related to routing / flooding / broadcasting -2 - Enable route or tt entry added / changed / deleted -3 - Enable all messages +2 - Enable messages related to route added / changed / deleted +4 - Enable messages related to translation table operations +7 - Enable all messages The debug output can be changed at runtime using the file /sys/class/net/bat0/mesh/log_level. e.g. # echo 2 > /sys/class/net/bat0/mesh/log_level -will enable debug messages for when routes or TTs change. +will enable debug messages for when routes change. BATCTL