Subject: PR/22523 CVS commit: src/usr.sbin/traceroute
To: None <rpaulo@netbsd.org, gnats-admin@netbsd.org,>
From: Rui Paulo <rpaulo@netbsd.org>
List: netbsd-bugs
Date: 02/17/2006 21:35:03
The following reply was made to PR bin/22523; it has been noted by GNATS.
From: Rui Paulo <rpaulo@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/22523 CVS commit: src/usr.sbin/traceroute
Date: Fri, 17 Feb 2006 21:31:18 +0000 (UTC)
Module Name: src
Committed By: rpaulo
Date: Fri Feb 17 21:31:18 UTC 2006
Modified Files:
src/usr.sbin/traceroute: traceroute.8 traceroute.c
Log Message:
Show MPLS ICMP extensions. Only available if -M is passed.
Example:
RC02-02 (195.245.142.66) 45.707 ms 20.418 ms 34.042 ms [MPLS: label: 515, exp: 0x0, ttl: 1]
gr1-p340.attga.ip.att.net (12.123.20.190) 241.878 ms 251.945 ms [MPLS: label: 32133, exp: 0x0, ttl: 1]
Based on PR 22523: By Jesper Skriver (updated by ww@parc.styx.org and Mihai
CHELARU).
Things not in the PR that I changed/added:
* changed exp and label to lower case
* added ttl (probably not worth it but who knows..)
* KNF/style/indent
* C99 uintXX_t
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/usr.sbin/traceroute/traceroute.8
cvs rdiff -r1.61 -r1.62 src/usr.sbin/traceroute/traceroute.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.