The IPRoute2 package contains programs for basic and advanced IPV4-based networking.
Compile the package:
make SBINDIR=/sbin
The meaning of the make option:
This ensures that the IPRoute2 binaries will install into /sbin. This is the correct location according to the FHS, because some of the IPRoute2 binaries are used by the LFS-Bootscripts package.
This package does not come with a test suite.
Install the package:
make SBINDIR=/sbin install
The arpd binary links against the Berkeley DB libraries that reside in /usr and uses a database in /var/lib/arpd/arpd.db. Thus, according to the FHS, it must be in /usr/sbin. Move it there:
mv -v /sbin/arpd /usr/sbin