From patchwork Fri Oct 15 15:56:12 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 458 Return-Path: Received: from nm1-vm0.bullet.mail.ukl.yahoo.com (nm1-vm0.bullet.mail.ukl.yahoo.com [217.146.183.224]) by open-mesh.org (Postfix) with SMTP id 7C5151544CD for ; Fri, 15 Oct 2010 17:57:56 +0200 (CEST) Received: from [217.146.183.211] by nm1.bullet.mail.ukl.yahoo.com with NNFMP; 15 Oct 2010 15:57:55 -0000 Received: from [217.146.183.41] by tm4.bullet.mail.ukl.yahoo.com with NNFMP; 15 Oct 2010 15:57:55 -0000 Received: from [127.0.0.1] by omp1026.mail.ukl.yahoo.com with NNFMP; 15 Oct 2010 15:57:54 -0000 X-Yahoo-Newman-Id: 914776.25022.bm@omp1026.mail.ukl.yahoo.com Received: (qmail 99392 invoked from network); 15 Oct 2010 15:57:53 -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=JpdKY2vdVDQANxctLbfeuBs7PubeH4KvZmlpz85zpUDA+xxEMW/t1ZsY6ykWwbKcGkUcZ6jqKDPcCujr96SQ8REBwoGFE4H6yWo+Yck747Ohl+2IG0nlsMIdY3BEv4g8GUc6IyNDjxJysY/QVKd9XgTC+NO7gInej9RUIfCaMUg= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1287158273; bh=2637GsVX2En4K6c1bvDcmozElbU9Cfb7GIGdCDExTLQ=; 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=h8jpActb0eH+fnbQAqnYXcEt2Szfs23AXmaCRU6QK/pGy4mPOEmwCg9oHpALB/wsLLAhxtk1By03aJbWem5mHLkziUryQdpRVO64g4yYyEtISZlyV7EibjjvugxVsuG9jcpQzkLTgVtbGWYSb+9gMfJ1FdSPtvtuwVFRLYGJGw0= Received: from localhost (lindner_marek@78.225.40.81 with plain) by smtp135.mail.ukl.yahoo.com with SMTP; 15 Oct 2010 15:57:52 +0000 GMT X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- X-YMail-OSG: JTmPTwoVM1kiEHwQpNd203pgT011UyC_KPXYePLHpBwcqga N0ToJ8Fr97h0gXl.jv8YCeiPiQ4w3VUr441bifijoCcMY_12jpP4SGJCiNt6 tY5u0Qz5eKHy3j6XOP3TbZLsriN2An8Y.slx2NLVQ4wi6QkI5VVttso6feJ4 rmigslvqyCTkAz5B4XshorvPNbRM5vQu6QdLECDwDKqgnK28T3xk0NRZDmPp LyftKA0GVtOxJrc5jdFaraTIL1xphy4GeAkKaUxXa0PPHabsRhK5oWs_RTVu R X-Yahoo-Newman-Property: ymail-3 From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 15 Oct 2010 17:56:12 +0200 Message-Id: <1287158172-15920-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <201010151749.01120.lindner_marek@yahoo.de> References: <201010151749.01120.lindner_marek@yahoo.de> Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: document fragmentation sysfs API 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: Fri, 15 Oct 2010 15:57:56 -0000 Signed-off-by: Marek Lindner --- batman-adv/sysfs-class-net-mesh | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/batman-adv/sysfs-class-net-mesh b/batman-adv/sysfs-class-net-mesh index 5aa1912..b4cdb60 100644 --- a/batman-adv/sysfs-class-net-mesh +++ b/batman-adv/sysfs-class-net-mesh @@ -14,6 +14,14 @@ Description: mesh will be sent using multiple interfaces at the same time (if available). +What: /sys/class/net//mesh/fragmentation +Date: October 2010 +Contact: Andreas Langer +Description: + Indicates whether the data traffic going through the + mesh will be fragmented or silently discarded if the + packet size exceeds the outgoing interface MTU. + What: /sys/class/net//mesh/orig_interval Date: May 2010 Contact: Marek Lindner