The IPutils package contains programs for basic networking.
IPutils has various issues addressed by the following patch:
patch -Np1 -i ../iputils-s20121221-fixes-2.patch
Compile the package:
make \ IPV4_TARGETS="tracepath ping clockdiff rdisc" \ IPV6_TARGETS="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
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.