Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2002 15:17:32 -0800 (PST)
From:      Morten Rodal <morten@rodal.no>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/35433: ping6 does not show standard deviation
Message-ID:  <200202282317.g1SNHWq57576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35433
>Category:       bin
>Synopsis:       ping6 does not show standard deviation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 28 15:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Morten Rodal
>Release:        4.5-STABLE
>Organization:
>Environment:
FreeBSD gluon.rodal.no 4.5-STABLE FreeBSD 4.5-STABLE #5: Tue Feb 26 17:18:35 CET 2002     root@gluon.rodal.no:/usr/home/incoming/obj/usr/src/sys/gluon  i386
>Description:
The ping6 program does not show std. dev. This is easily enabled, and is enabled in the standard ipv4 ping.
>How-To-Repeat:
ping any ipv6 and the output will not show std. dev.
>Fix:
# diff Makefile.orig Makefile
11c11
< LDADD=        -lipsec -lmd
---
> LDADD=        -lipsec -lmd -lm



# diff ping6.c.orig ping6.c
126c126
< #if defined(__OpenBSD__) || defined(__NetBSD__)
---
> #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
236c236
< #if defined(__OpenBSD__) || defined(__NetBSD__)
---
> #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
1442c1442
< #if defined(__OpenBSD__) || defined(__NetBSD__)
---
> #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
2189c2189
< #if defined(__OpenBSD__) || defined(__NetBSD__)
---
> #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202282317.g1SNHWq57576>