From patchwork Thu Nov 4 17:21:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 522 Return-Path: Received: from nm8.bullet.mail.ukl.yahoo.com (nm8.bullet.mail.ukl.yahoo.com [217.146.182.249]) by open-mesh.org (Postfix) with SMTP id 11E151545C2 for ; Thu, 4 Nov 2010 18:23:40 +0100 (CET) Received: from [217.146.183.211] by nm8.bullet.mail.ukl.yahoo.com with NNFMP; 04 Nov 2010 17:23:40 -0000 Received: from [217.146.183.73] by tm4.bullet.mail.ukl.yahoo.com with NNFMP; 04 Nov 2010 17:23:40 -0000 Received: from [127.0.0.1] by omp1034.mail.ukl.yahoo.com with NNFMP; 04 Nov 2010 17:23:40 -0000 X-Yahoo-Newman-Id: 631841.6374.bm@omp1034.mail.ukl.yahoo.com Received: (qmail 61494 invoked from network); 4 Nov 2010 17:23:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=SLCYw+hnDjP2HuL/ZS6LBFYlPGjyI1ZTl57/Rk5b8wWm2mjE8nuFMZXqoPGXtURKjdwfdowrCvSrJjfuLPJXocOO73XPWtzgnyc2C5aJicVzzTs1aA3Vy0G7G7P7AL7wnvb17CZk2LyLOyJrk1tcYXK4jr7B5+Dn6Mo4q4xfVZI= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1288891420; bh=vNqViJWIUt2Ggkds3AUc4rK/qh/Y8DUrnI3dUIwKbJU=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=WKykbuMB976d0SgzLq0gBtOsL8ojpOhj+LMO2LDgBzC7bbyXZXU8apeRyV+uztkCCVctlOVvgSB3l9HUyxz4I+Phq549FlEvyxPdxw+pyimm0swWhHFdMzAt4TSO//29ZsHLJcaBuhyge21Hpk+wnxlIihUyRh/eIe1fPEwk1AI= Received: from localhost (lindner_marek@78.225.40.81 with plain) by smtp124.mail.ukl.yahoo.com with SMTP; 04 Nov 2010 10:23:40 -0700 PDT X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- X-YMail-OSG: Az2XwUwVM1lIoNL7XAkfPz_bkhfiSRZCqgdkto8LmixfHWe 1PmIC5lwmf7NgZ7F_aMEJAF8xYKHC5.O2asv_fdF1dDg4YwN9fPzznuN6NvN NihgywpiZ094iEkC9.PckpB.BN.eEW3h0_GvQUfMvJ1hglvMPjkvepJHNxhc bgaRi2b3uhPu6bJwfaYwkMWKEE.v0ZHWSflOnDPE0tYzeNxC_B5C80N99N8b VpcAeKUtZgwWjfNxHGzMv6prh8cGWF7mRbKTdtzJpOOF0KiN. X-Yahoo-Newman-Property: ymail-3 From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 4 Nov 2010 18:21:04 +0100 Message-Id: <1288891265-16035-7-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <201011041820.44518.lindner_marek@yahoo.de> References: <201011041820.44518.lindner_marek@yahoo.de> Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH 7/8] batman-adv: document gateway sysfs ABI X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.11 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: Thu, 04 Nov 2010 17:23:41 -0000 Signed-off-by: Marek Lindner --- batman-adv/sysfs-class-net-mesh | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/batman-adv/sysfs-class-net-mesh b/batman-adv/sysfs-class-net-mesh index bd20e14..748fe17 100644 --- a/batman-adv/sysfs-class-net-mesh +++ b/batman-adv/sysfs-class-net-mesh @@ -22,6 +22,27 @@ Description: mesh will be fragmented or silently discarded if the packet size exceeds the outgoing interface MTU. +What: /sys/class/net//mesh/gw_bandwidth +Date: October 2010 +Contact: Marek Lindner +Description: + Defines the bandwidth which is propagated by this + node if gw_mode was set to 'server'. + +What: /sys/class/net//mesh/gw_mode +Date: October 2010 +Contact: Marek Lindner +Description: + Defines the state of the gateway features. Can be + either 'off', 'client' or 'server'. + +What: /sys/class/net//mesh/gw_sel_class +Date: October 2010 +Contact: Marek Lindner +Description: + Defines the selection criteria this node will use + to choose a gateway if gw_mode was set to 'client'. + What: /sys/class/net//mesh/orig_interval Date: May 2010 Contact: Marek Lindner