From patchwork Mon Dec 12 11:31:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1488 Return-Path: Received: from nm10-vm0.bullet.mail.ukl.yahoo.com (nm10-vm0.bullet.mail.ukl.yahoo.com [217.146.183.242]) by open-mesh.org (Postfix) with SMTP id 2B8CB6007D6 for ; Mon, 12 Dec 2011 12:32:45 +0100 (CET) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.217] by nm10.bullet.mail.ukl.yahoo.com with NNFMP; 12 Dec 2011 11:32:45 -0000 Received: from [77.238.184.71] by tm10.bullet.mail.ukl.yahoo.com with NNFMP; 12 Dec 2011 11:32:44 -0000 Received: from [127.0.0.1] by smtp140.mail.ukl.yahoo.com with NNFMP; 12 Dec 2011 11:32:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1323689564; bh=niaoMwvUIbZPBaEK5ApzFOyVX5/KJDmwXikw14iOf9U=; 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=G8BhOD6alc9e9v+2qDt49OULvTOxh2XTDYhtX4fXvhg/bS/66ngUciXc8doXG+mpg8EQCNPPJWBLC8k0/kn4RZ6CzAcuTWSxRu8w++lofxuVGkPQ/ibRMyPIyO0X1ff8zh2dkkz4PgOBshw9qwvzaqVuabiScRT3r4DNyRaAJRU= X-Yahoo-Newman-Id: 961804.5958.bm@smtp140.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Q2NnK1UVM1lt5FwKSqzNZ9ydSGw5XbnSsP6pFfRekxO87EW 3ZrMrv_icKrDr3DvotfPuyGtMgEtKMPGeJpx.6P9.dEUyL42vI7lOkYE8yE0 VDZd8w09yAhdbf1MIpVi2sQ5.jpvOt4AWiGFsDhyOiLMq4RH5QVFp6NvbolK 2grCMnvfEtbu9Fd9S7C4DTTNgSFa1elslgzImFXi1qWKxsH6RUn4WTSp4oGH jyPVTTLxMgG4DUq_9YX6jchwVMtQDOKrXMZMJpGcPPLrLynnk_GpCibi5A9T jb4THEc7KeCQKz0zbp5MNHbwCsAQfnS4K8Dcipdobbd5pRpiJtSPMwQEO_JA lxdLh.KeyprepYzpSwtOXCYvWUY2TFwq2UgQAlBdPhIqwNrM- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@210.177.7.38 with plain) by smtp140.mail.ukl.yahoo.com with SMTP; 12 Dec 2011 11:32:43 +0000 GMT From: Marek Lindner To: davem@davemloft.net Date: Mon, 12 Dec 2011 19:31:50 +0800 Message-Id: <1323689516-24427-7-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1323689516-24427-1-git-send-email-lindner_marek@yahoo.de> References: <1323689516-24427-1-git-send-email-lindner_marek@yahoo.de> Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: readme update (mention ap isolation and 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: Mon, 12 Dec 2011 11:32:45 -0000 Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann --- Documentation/networking/batman-adv.txt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt index c86d03f..221ad0c 100644 --- a/Documentation/networking/batman-adv.txt +++ b/Documentation/networking/batman-adv.txt @@ -200,15 +200,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