Subject: CVS commit: src/usr.sbin/traceroute
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 02/17/2006 21:31:18
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.