netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] [iputils] MTU discovery changes
@ 2007-03-24  0:46 John Heffner
  2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: John Heffner @ 2007-03-24  0:46 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki; +Cc: netdev

These add some changes that make tracepath a little more useful for 
diagnosing MTU issues.  The length flag helps distinguish between MTU 
black holes and other types of black holes by allowing you to vary the 
probe packet lengths.  Using PMTUDISC_PROBE gives you the same results 
on each run without having to flush the route cache, so you can see 
where MTU changes in the path actually occur.

The PMTUDISC_PROBE patch goes in should be conditional on whether the 
corresponding kernel patch (just sent) goes in.

   -John

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/2] [iputils] MTU discovery changes
  2007-03-24  0:46 [PATCH 0/2] [iputils] MTU discovery changes John Heffner
@ 2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
  2007-04-03  8:46   ` YOSHIFUJI Hideaki / 吉藤英明
  2007-04-03 17:51 ` [PATCH] [iputils] Add documentation for the -l flag John Heffner
  2007-04-09  4:15 ` [PATCH 0/2] [iputils] MTU discovery changes YOSHIFUJI Hideaki / 吉藤英明
  2 siblings, 1 reply; 7+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-04-03  8:45 UTC (permalink / raw)
  To: jheffner; +Cc: netdev, yoshfuji

In article <460474E1.9070805@psc.edu> (at Fri, 23 Mar 2007 20:46:25 -0400), John Heffner <jheffner@psc.edu> says:

> These add some changes that make tracepath a little more useful for 
> diagnosing MTU issues.  The length flag helps distinguish between MTU 
> black holes and other types of black holes by allowing you to vary the 
> probe packet lengths.  Using PMTUDISC_PROBE gives you the same results 
> on each run without having to flush the route cache, so you can see 
> where MTU changes in the path actually occur.
> 
> The PMTUDISC_PROBE patch goes in should be conditional on whether the 
> corresponding kernel patch (just sent) goes in.

Please update documents (docs/*.sgml) as well.  Thanks.

--yoshfuji

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/2] [iputils] MTU discovery changes
  2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2007-04-03  8:46   ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 0 replies; 7+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-04-03  8:46 UTC (permalink / raw)
  To: jheffner; +Cc: netdev, yoshfuji

In article <20070403.174506.118959743.yoshfuji@linux-ipv6.org> (at Tue, 03 Apr 2007 17:45:06 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> says:

> > The PMTUDISC_PROBE patch goes in should be conditional on whether the 
> > corresponding kernel patch (just sent) goes in.
> 
> Please update documents (docs/*.sgml) as well.  Thanks.

doc/*.sgml. Sorry for typo.

--yoshfuji

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] [iputils] Add documentation for the -l flag.
  2007-03-24  0:46 [PATCH 0/2] [iputils] MTU discovery changes John Heffner
  2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2007-04-03 17:51 ` John Heffner
  2007-04-03 17:51   ` [PATCH] [iputils] Document -n flag John Heffner
  2007-04-09  4:16   ` [PATCH] [iputils] Add documentation for the -l flag YOSHIFUJI Hideaki / 吉藤英明
  2007-04-09  4:15 ` [PATCH 0/2] [iputils] MTU discovery changes YOSHIFUJI Hideaki / 吉藤英明
  2 siblings, 2 replies; 7+ messages in thread
From: John Heffner @ 2007-04-03 17:51 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev, John Heffner

---
 doc/tracepath.sgml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/doc/tracepath.sgml b/doc/tracepath.sgml
index 71eaa8d..c0f308b 100644
--- a/doc/tracepath.sgml
+++ b/doc/tracepath.sgml
@@ -15,6 +15,7 @@ traces path to a network host discovering MTU along this path</refpurpose>
 <refsynopsisdiv>
 <cmdsynopsis>
 <command>tracepath</command>
+<arg choice="opt">-l <replaceable/pktlen/</arg>
 <arg choice="req"><replaceable/destination/</arg>
 <arg choice="opt"><replaceable/port/</arg>
 </cmdsynopsis>
@@ -39,6 +40,18 @@ of UDP ports to maintain trace history.
 </para>
 </refsect1>
 
+<refsect1><title>OPTIONS</title>
+<variablelist>
+ <varlistentry>
+  <term><option/-l/</term>
+  <listitem><para>
+Sets the initial packet length to <replaceable/pktlen/ instead of
+65536 for <command/tracepath/ or 128000 for <command/tracepath6/.
+  </para></listitem>
+ </varlistentry>
+</variablelist>
+</refsect1>
+
 <refsect1><title>OUTPUT</title>
 <para>
 <literallayout>
-- 
1.5.0.2.gc260-dirty


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] [iputils] Document -n flag.
  2007-04-03 17:51 ` [PATCH] [iputils] Add documentation for the -l flag John Heffner
@ 2007-04-03 17:51   ` John Heffner
  2007-04-09  4:16   ` [PATCH] [iputils] Add documentation for the -l flag YOSHIFUJI Hideaki / 吉藤英明
  1 sibling, 0 replies; 7+ messages in thread
From: John Heffner @ 2007-04-03 17:51 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev, John Heffner

---
 doc/tracepath.sgml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/tracepath.sgml b/doc/tracepath.sgml
index c0f308b..1bc83b9 100644
--- a/doc/tracepath.sgml
+++ b/doc/tracepath.sgml
@@ -15,6 +15,7 @@ traces path to a network host discovering MTU along this path</refpurpose>
 <refsynopsisdiv>
 <cmdsynopsis>
 <command>tracepath</command>
+<arg choice="opt">-n</arg>
 <arg choice="opt">-l <replaceable/pktlen/</arg>
 <arg choice="req"><replaceable/destination/</arg>
 <arg choice="opt"><replaceable/port/</arg>
@@ -42,6 +43,14 @@ of UDP ports to maintain trace history.
 
 <refsect1><title>OPTIONS</title>
 <variablelist>
+
+ <varlistentry>
+  <term><option/-n/</term>
+  <listitem><para>
+Do not look up host names.  Only print IP addresses numerically.
+  </para></listitem>
+ </varlistentry>
+
  <varlistentry>
   <term><option/-l/</term>
   <listitem><para>
-- 
1.5.0.2.gc260-dirty


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 0/2] [iputils] MTU discovery changes
  2007-03-24  0:46 [PATCH 0/2] [iputils] MTU discovery changes John Heffner
  2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
  2007-04-03 17:51 ` [PATCH] [iputils] Add documentation for the -l flag John Heffner
@ 2007-04-09  4:15 ` YOSHIFUJI Hideaki / 吉藤英明
  2 siblings, 0 replies; 7+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-04-09  4:15 UTC (permalink / raw)
  To: jheffner; +Cc: netdev, yoshfuji

In article <460474E1.9070805@psc.edu> (at Fri, 23 Mar 2007 20:46:25 -0400), John Heffner <jheffner@psc.edu> says:

> These add some changes that make tracepath a little more useful for 
> diagnosing MTU issues.  The length flag helps distinguish between MTU 
> black holes and other types of black holes by allowing you to vary the 
> probe packet lengths.  Using PMTUDISC_PROBE gives you the same results 
> on each run without having to flush the route cache, so you can see 
> where MTU changes in the path actually occur.
> 
> The PMTUDISC_PROBE patch goes in should be conditional on whether the 
> corresponding kernel patch (just sent) goes in.

Applied, thanks.

--yoshfuji

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] [iputils] Add documentation for the -l flag.
  2007-04-03 17:51 ` [PATCH] [iputils] Add documentation for the -l flag John Heffner
  2007-04-03 17:51   ` [PATCH] [iputils] Document -n flag John Heffner
@ 2007-04-09  4:16   ` YOSHIFUJI Hideaki / 吉藤英明
  1 sibling, 0 replies; 7+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-04-09  4:16 UTC (permalink / raw)
  To: jheffner; +Cc: netdev, yoshfuji

Applied two documentation patches.  Thanks.

In article <11756226682486-git-send-email-jheffner@psc.edu> (at Tue,  3 Apr 2007 13:51:07 -0400), John Heffner <jheffner@psc.edu> says:

> ---
>  doc/tracepath.sgml |   13 +++++++++++++
>  1 files changed, 13 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/tracepath.sgml b/doc/tracepath.sgml
> index 71eaa8d..c0f308b 100644
> --- a/doc/tracepath.sgml
> +++ b/doc/tracepath.sgml
> @@ -15,6 +15,7 @@ traces path to a network host discovering MTU along this path</refpurpose>
>  <refsynopsisdiv>
>  <cmdsynopsis>
>  <command>tracepath</command>
> +<arg choice="opt">-l <replaceable/pktlen/</arg>
>  <arg choice="req"><replaceable/destination/</arg>
>  <arg choice="opt"><replaceable/port/</arg>
>  </cmdsynopsis>
> @@ -39,6 +40,18 @@ of UDP ports to maintain trace history.
>  </para>
>  </refsect1>
>  
> +<refsect1><title>OPTIONS</title>
> +<variablelist>
> + <varlistentry>
> +  <term><option/-l/</term>
> +  <listitem><para>
> +Sets the initial packet length to <replaceable/pktlen/ instead of
> +65536 for <command/tracepath/ or 128000 for <command/tracepath6/.
> +  </para></listitem>
> + </varlistentry>
> +</variablelist>
> +</refsect1>
> +
>  <refsect1><title>OUTPUT</title>
>  <para>
>  <literallayout>
> -- 
> 1.5.0.2.gc260-dirty
> 
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-09  4:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24  0:46 [PATCH 0/2] [iputils] MTU discovery changes John Heffner
2007-04-03  8:45 ` YOSHIFUJI Hideaki / 吉藤英明
2007-04-03  8:46   ` YOSHIFUJI Hideaki / 吉藤英明
2007-04-03 17:51 ` [PATCH] [iputils] Add documentation for the -l flag John Heffner
2007-04-03 17:51   ` [PATCH] [iputils] Document -n flag John Heffner
2007-04-09  4:16   ` [PATCH] [iputils] Add documentation for the -l flag YOSHIFUJI Hideaki / 吉藤英明
2007-04-09  4:15 ` [PATCH 0/2] [iputils] MTU discovery changes YOSHIFUJI Hideaki / 吉藤英明

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).