The libndp package provides a wrapper for IPv6 Neighbor Discovery Protocol. It also provides a tool named ndptool for sending and receiving NDP messages.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):http://libndp.org/files/libndp-1.9.tar.gz
MD5 校验和:9d486750569e7025e5d0afdcc509b93c
大小:368 KB
预计所需磁盘空间:2.5 MB
预计构建时间:小于 0.1 SBU
Install libndp by running the following command:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static &&
make
This package does not come with a test suite.
Now, as the root user:
make install