Go to file
openKylinBot 103600aafd changed debian/source/format to native 2022-05-14 01:05:11 +08:00
build-aux Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
debian changed debian/source/format to native 2022-05-14 01:05:11 +08:00
include Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
libndp Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
m4 Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
man Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
utils Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
COPYING Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
Makefile.am Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
Makefile.in Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
README Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
aclocal.m4 Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
configure Import Upstream version 1.7 2022-05-14 01:05:09 +08:00
configure.ac Import Upstream version 1.7 2022-05-14 01:05:09 +08:00

README

# libndp - Library for Neighbor Discovery Protocol #

This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.

## Install

    $ ./autogen.sh
    $ ./configure
    $ make
    $ sudo make install

## Authors

* Jiri Pirko <jiri@resnulli.us>

## Internet Resources

* Project Home:     http://www.libndp.org/
* Git Source Tree:  https://github.com/jpirko/libndp

## License

Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>

libndp is distributed under GNU Lesser General Public License version 2.1.
See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using libndp.