]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge ping6 to ping
authorasomers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 04:29:30 +0000 (04:29 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 04:29:30 +0000 (04:29 +0000)
commit0b1064b00fa3ed9c6ac31e2af1fc56c528d7b47d
tree0d4e70ec68ec4ba273dfc9081f85959963620917
parentb79ec84a5d308aba6f80ccc17adeb5b6d83ec415
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