]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge ping6 to ping
authorAlan Somers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 04:29:30 +0000 (04:29 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 04:29:30 +0000 (04:29 +0000)
commit3cde9171d2d50852ab782e90acf734f416246e86
tree0d4e70ec68ec4ba273dfc9081f85959963620917
parentb05f17a12fc58914e0a5b17f90331627b600432d
Merge ping6 to ping

There is now a single ping binary, which chooses to use ICMP or ICMPv4
based on the -4 and -6 options, and the format of the address.

Submitted by: Ján Sučan <sucanjan@gmail.com>
Sponsored by: Google LLC (Google Summer of Code 2019)
MFC after: Never
Differential Revision: https://reviews.freebsd.org/D21377
22 files changed:
ObsoleteFiles.inc
UPDATING
etc/mtree/BSD.tests.dist
rescue/rescue/Makefile
sbin/Makefile
sbin/ping/Makefile
sbin/ping/main.c [new file with mode: 0644]
sbin/ping/main.h [new file with mode: 0644]
sbin/ping/ping.8
sbin/ping/ping.c
sbin/ping/ping.h [new file with mode: 0644]
sbin/ping/ping6.c [moved from sbin/ping6/ping6.c with 98% similarity]
sbin/ping/ping6.h [new file with mode: 0644]
sbin/ping/tests/Makefile
sbin/ping/tests/ping_6_c1_s8_t1.out [moved from sbin/ping6/tests/ping6_c1_s8_t1.out with 100% similarity]
sbin/ping/tests/ping_test.sh
sbin/ping6/Makefile [deleted file]
sbin/ping6/Makefile.depend [deleted file]
sbin/ping6/ping6.8 [deleted file]
sbin/ping6/tests/Makefile [deleted file]
sbin/ping6/tests/ping6_test.sh [deleted file]
tools/build/mk/OptionalObsoleteFiles.inc