tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: mpls broken again
On Sat, Nov 29, 2014 at 04:24:11PM +0100, Martin Husemann wrote:
> On Fri, Nov 28, 2014 at 03:04:08PM +0100, Martin Husemann wrote:
> > Some recent changes (no idea which) broke the MPLS regression tests:
> >
> > PING 10.0.4.1 (10.0.4.1): 64 data bytes
> > 72 bytes from 10.0.4.1: icmp_seq=2 ttl=255 time=12.450469 ms
> >
> > ----10.0.4.1 PING Statistics----
> > 3 packets transmitted, 1 packets received, 66.7% packet loss
> > round-trip min/avg/max/stddev = 12.450469/12.450469/12.450469/0.000000 ms
>
> Very strange, it seems to be the ping changes:
>
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ping/ping.c?only_with_tag=MAIN#rev1.108
Actually not that strange, if looking at it after coffee:
The old ping (when used without -s option) says something like:
64 bytes from 10.0.4.1: icmp_seq=2 ttl=255 time=4.190592 ms
while the new one says:
72 bytes from 10.0.4.1: icmp_seq=2 ttl=255 time=4.190592 ms
and the "64" vs "72" mismatch does not match the expression tested for in
the test case.
Martin
Home |
Main Index |
Thread Index |
Old Index