From patchwork Thu Mar 4 12:15:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Seither X-Patchwork-Id: 40 Return-Path: Received: from devzero.de (devzero.de [85.214.76.202]) by open-mesh.net (Postfix) with ESMTP id C5DDC15410D for ; Thu, 4 Mar 2010 13:38:55 +0100 (CET) Received: from [192.168.178.47] (p5DCF0601.dip0.t-ipconnect.de [93.207.6.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by devzero.de (Postfix) with ESMTPSA id C188F10743CE for ; Thu, 4 Mar 2010 12:15:07 +0000 (UTC) Message-ID: <4B8FA44B.3020808@tiwoc.de> Date: Thu, 04 Mar 2010 13:15:07 +0100 From: Daniel Seither User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: The list for a Better Approach To Mobile Ad-hoc Networking X-Enigmail-Version: 0.95.7 Subject: [B.A.T.M.A.N.] [PATCH] batctl: include ping -R in manpage 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 Mar 2010 12:38:55 -0000 This patch adds documentation for the ping -R option to the batctl manpage. Signed-off-by: Daniel Seither Index: batctl/man/batctl.8 =================================================================== --- batctl/man/batctl.8 (revision 1579) +++ batctl/man/batctl.8 (working copy) @@ -126,14 +126,15 @@ Otherwise the parameter is used to enable or disable packet aggregation. .br -.IP "\fBping\fP|\fBp\fP [\fB\-c \fP\fIcount\fP][\fB\-i \fP\fIinterval\fP][\fB\-t \fP\fItime\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" +.IP "\fBping\fP|\fBp\fP [\fB\-c \fP\fIcount\fP][\fB\-i \fP\fIinterval\fP][\fB\-t \fP\fItime\fP][\fB\-R\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" Layer 2 ping of a MAC address or bat\-host name. batctl will try to find the bat\-host name if the given parameter was not a MAC address. The "\-c" option tells batctl how man pings should be sent before the program exits. Without the "\-c" option batctl will continue pinging without end. Use CTRL + C to stop it. With "\-i" and "\-t" you can set the default interval between pings and the timeout time -for replies, both in seconds. +for replies, both in seconds. When run with "\-R", the route taken by +the ping messages will be recorded. .br .IP "\fBtraceroute\fP|\fBtr\fP [\fB\-n\fP] \fIMAC_address\fP|\fIbat\-host_name\fP" Layer 2 traceroute to a MAC address or bat\-host name. batctl will try