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: 130718 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C0F731007D1 for ; Mon, 12 Dec 2011 22:32:51 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752724Ab1LLLcr (ORCPT ); Mon, 12 Dec 2011 06:32:47 -0500 Received: from nm10-vm0.bullet.mail.ukl.yahoo.com ([217.146.183.242]:46557 "HELO nm10-vm0.bullet.mail.ukl.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752710Ab1LLLcq (ORCPT ); Mon, 12 Dec 2011 06:32:46 -0500 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 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Marek Lindner , Sven Eckelmann Subject: [PATCH 06/11] batman-adv: readme update (mention ap isolation and new log level) 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> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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