From patchwork Mon Oct 18 21:44:13 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 482 Return-Path: Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by open-mesh.org (Postfix) with ESMTP id 66A20154536 for ; Mon, 18 Oct 2010 23:44:40 +0200 (CEST) Received: from smtp06.web.de ( [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id 55C72167F6D7B; Mon, 18 Oct 2010 23:44:37 +0200 (CEST) Received: from [46.126.246.98] (helo=localhost) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #24) id 1P7xVV-0004WW-00; Mon, 18 Oct 2010 23:44:37 +0200 From: =?UTF-8?q?Linus=20L=C3=BCssing?= To: b.a.t.m.a.n@lists.open-mesh.org Date: Mon, 18 Oct 2010 23:44:13 +0200 Message-Id: <1287438253-13064-1-git-send-email-linus.luessing@ascom.ch> X-Mailer: git-send-email 1.7.1 In-Reply-To: <201010181211.55541.lindner_marek@yahoo.de> References: <201010181211.55541.lindner_marek@yahoo.de> MIME-Version: 1.0 Sender: linus.luessing@web.de X-Sender: linus.luessing@web.de X-Provags-ID: V01U2FsdGVkX1+KVzprUWHlwnRKjiO1OsPFk+2Zfk/xHhMLGl5a o61kktO+IGAOQTKbysTzF8JpkaUSb6U61yWZZP3oRqZ+XYpnOB pm+2mBoptHYFoVrz1RTw== Cc: =?UTF-8?q?Linus=20L=C3=BCssing?= Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Adding sysfs ABI documentation for hop_penalty 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: Mon, 18 Oct 2010 21:44:40 -0000 Signed-off-by: Linus Lüssing --- sysfs-class-net-mesh | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/sysfs-class-net-mesh b/sysfs-class-net-mesh index 5aa1912..2c03e76 100644 --- a/sysfs-class-net-mesh +++ b/sysfs-class-net-mesh @@ -21,6 +21,13 @@ Description: Defines the interval in milliseconds in which batman sends its protocol messages. +What: /sys/class/net//mesh/hop_penalty +Date: Oct 2010 +Contact: Linus Lüssing +Description: + Defines the penalty which will be applied to an + originator message's tq-field on every hop. + What: /sys/class/net//mesh/vis_mode Date: May 2010 Contact: Marek Lindner