The IPutils package contains programs for basic networking.
Apply the following patch for man-pages and build edits:
patch -Np1 -i ../iputils-s20150815-build-1.patch
Compile the package:
make TARGETS="clockdiff ping rdisc tracepath tracepath6 traceroute6"
This package does not come with a test suite.
Install the package:
install -v -m755 ping /bin
install -v -m755 clockdiff /usr/bin
install -v -m755 rdisc /usr/bin
install -v -m755 tracepath /usr/bin
install -v -m755 trace{path,route}6 /usr/bin
install -v -m644 doc/*.8 /usr/share/man/man8
ln -sv ping /bin/ping4
ln -sv ping /bin/ping6
Traces the path to a network host discovering MTU along the path. This is the IPV4 version.
Traces the path to a network host discovering MTU along the path. This is the IPV6 version.