diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 06:06:40 +0800 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-09 06:06:40 +0800 |
commit | a85c20e18012dd2cf2d47478768df2141b94cd8a (patch) | |
tree | 883075f6b15ad7856652dc4d13f721b8d382d9df /net/Makefile | |
parent | 86cce0560aafba5b08c249afea86591890196965 (diff) | |
download | freebsd-ports-gnome-a85c20e18012dd2cf2d47478768df2141b94cd8a.tar.gz freebsd-ports-gnome-a85c20e18012dd2cf2d47478768df2141b94cd8a.tar.zst freebsd-ports-gnome-a85c20e18012dd2cf2d47478768df2141b94cd8a.zip |
The ndproxy(4) kernel module implements IPv6 Neighbor Discovery
proxying with many options to handle several use-cases.
It replies to a neighbor solicitation with a specific neighbor
advertisement, in order to let the PE uplink router send further
packets to a CPE downlink router, that may or may not be the same
node that the one which runs ndproxy.
The main difference with the ndp(8) command-line tool is that, with
ndproxy(4), the host running ndp can be used only to redirect
packets to another IPv6 internal router, for instance a dedicated
one with hardware support of IPv6 routing processes.
WWW: http://www.fenyo.net/newweb/ndproxy.html
PR: 219622
Submitted by: Alexandre Fenyo (maintainer)
Reviewed by: matthew (mentor), mat
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11892
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4e76a1edb702..04f069c4a201 100644 --- a/net/Makefile +++ b/net/Makefile @@ -446,6 +446,7 @@ SUBDIR += ncp SUBDIR += ndisc6 SUBDIR += ndpi + SUBDIR += ndproxy SUBDIR += nepenthes SUBDIR += nepim SUBDIR += net6 |