The libndp package provides a wrapper for IPv6 Neighbor Discovery Protocol. It also provides a tool named ndptool for sending and receiving NDP messages.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://libndp.org/files/libndp-1.4.tar.gz
Download MD5 sum: 52c708d4b8729ae6e3781b3737a85e16
Download size: 332 KB
Estimated disk space required: 2.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libndp
Install libndp by running the following command:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-08-23 13:42:03 -0700