History log of /freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/tst.ipv4remoteudp.ksh
Revision Date Author Comments
# dc9f20b3 15-Jul-2018 Michael Tuexen <tuexen@FreeBSD.org>

Fix the UDP tests for dtrace.

The code imported from opensolaris was depending on ping supporting
UDP for sending probes. Since this is not supported by ping on FreeBSD
use a perl script instead.
The remote test requires the usage of ksh93, so state that in the
sheband.
Enable the local test, but keep the remote test disabled, since it
requires a remote machine on the LAN.

Reviewed by: markj@, gnn@
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D16268


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# b2db7608 21-Aug-2010 Rui Paulo <rpaulo@FreeBSD.org>

Port most of the DTrace tests to FreeBSD.

Sponsored by: The FreeBSD Foundation