libndp-1.5

Introduction to libndp

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.9 platform.

Package Information

  • Download (HTTP): http://libndp.org/files/libndp-1.5.tar.gz

  • Download MD5 sum: beb82e8d75d8382d1b7c0bb0f68be429

  • Download size: 332 KB

  • Estimated disk space required: 2.6 MB

  • Estimated build time: less than 0.1 SBU

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libndp

Installation of libndp

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

Contents

Installed Program: ndptool
Installed Library: libndp.so
Installed Directory: None

Short Descriptions

ndptool

tool for sending and receiving NDP messages.

libndp.so

provides a wrapper for IPv6 Neighbor Discovery Protocol.

Last updated on 2016-02-26 19:14:42 -0800