ndppd: initial import (release 0.2.1)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 10:01:49 +0000 (10:01 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 2 Feb 2012 10:01:49 +0000 (10:01 +0000)
commit0bf6403ad047feff05a89c6b4836a78072c172c2
treed83dd69e761624265e0a480142d5c05a4969dd30
parent1787efbb8df7eaa16c3e398195986b51b37b1bbf
ndppd: initial import (release 0.2.1)

Hi,

here is a patch to add a package for ndppd:

    ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery
    Protocol) messages between interfaces.  ndppd currently only supports
    Neighbor Solicitation Messages and Neighbor Advertisement Messages.

    The ndp_proxy provided by Linux doesn't support listing proxies, and only
    hosts are supported.  No subnets.  ndppd solves this by listening for
    Neighbor Solicitation messages on an interface, then query the internal
    interfaces for that target IP before finally sending a Neighbor
    Advertisement message.
    http://www.priv.nu/projects/ndppd/

I tested it and it works fine.  I am willing to maintain it.

Note that this my first C++ package and it took a lot of trial and error to get
the Build/Compile target working.  Any feedback would be much welcome.

Best regard,

>From 689b4a52af2e25e3574d0dca7cc5e63ed100c50a Mon Sep 17 00:00:00 2001
From: Gabriel Kerneis <kerneis@pps.jussieu.fr>
Date: Fri, 27 Jan 2012 15:35:14 +0100
Subject: [PATCH] [packages] ndppd: initial import (release 0.2.1)

SVN-Revision: 29987
ipv6/ndppd/Makefile [new file with mode: 0644]
ipv6/ndppd/files/ndppd.init [new file with mode: 0644]