From patchwork Tue Aug 30 11:32:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1257 Return-Path: Received: from nm12.bullet.mail.ukl.yahoo.com (nm12.bullet.mail.ukl.yahoo.com [217.146.183.186]) by open-mesh.org (Postfix) with SMTP id 950876006FA for ; Tue, 30 Aug 2011 13:32:56 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.184] by nm12.bullet.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 11:32:51 -0000 Received: from [77.238.184.80] by tm15.bullet.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 11:32:51 -0000 Received: from [127.0.0.1] by smtp149.mail.ukl.yahoo.com with NNFMP; 30 Aug 2011 11:32:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1314703971; bh=KZR+gYBibGzPJ/SsuYut73FlLGgN2lHtqhs5F09PT+U=; 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; b=NhkO8WoGr8QZofwEGJ+t7oLGZmbQTtp5WnhWbCQ7ZIkMaQ4NdlHTSW/hcFeaIwOnnatdWKa4KTf4Ig3WHzBOpezbP2gGr0qQSYRa58TVFwcIeOJFeXrY8MBFwHsdb2KuGd7zCK7LzD22qvoy1QU4TegZ95yQu9h/ORIxdp+S1os= X-Yahoo-Newman-Id: 179685.69785.bm@smtp149.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: c7dQPtcVM1lM9I3YiJ4PaTtkuucvi6doJFeXiee6dHNQX8F cVhvfOWyW5bhCwqDPleXjbr8uXfUVZCv.h3c31VcowXGoOoCBCtB2Yuv9bEM qSa7kPJMtkS.8qyZuPkVxBJkrvqeeB7r7rCj_KbPSYQOq7D5jR6P0cTsyxvD lHtFziUceceLTntyyd1iHdrQ_BAHDX3ONEDj37uWtZKrnzu0_kT6phHwlLA7 Rfa1WyQnxIM8W7aF9.knENCPKyCgj4aIekaDEbxwNHp4PXdeGCQ8hEDdYY6D QxD1Vh4oe3C4fUwm1eBofFfrFlTmMWbNdHze1IU1l09.Er6EgFnYgwmVa4VA Sff4nka6qyceOJTj7OSeq.DNqCzT.uHCVjysaL6cQPqGDI4NA X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@90.61.255.120 with plain) by smtp149.mail.ukl.yahoo.com with SMTP; 30 Aug 2011 11:32:50 +0000 GMT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 30 Aug 2011 13:32:33 +0200 Message-Id: <1314703953-20190-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.5.3 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] 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: Tue, 30 Aug 2011 11:32:56 -0000 Signed-off-by: Marek Lindner --- README | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index a9ae038..7bcc9f4 100644 --- a/README +++ b/README @@ -83,9 +83,9 @@ All mesh wide settings can be found in batman's own interface folder: # ls /sys/class/net/bat0/mesh/ -# aggregated_ogms gw_bandwidth hop_penalty -# bonding gw_mode orig_interval -# fragmentation gw_sel_class vis_mode +# aggregated_ogms fragmentation gw_sel_class vis_mode +# ap_isolation gw_bandwidth hop_penalty +# bonding gw_mode orig_interval There is a special folder for debugging information: @@ -219,15 +219,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