Port details |
- ndproxy Implementation of IPv6 Neighbor Discovery proxy
- 3.2_1 net =3 3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: fbsd.bugzilla@fenyo.net
- Port Added: 2017-08-08 22:06:48
- Last Update: 2024-02-25 09:17:59
- Commit Hash: 45a67e8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: kld
- License: BSD2CLAUSE
- WWW:
- http://www.fenyo.net/newweb/ndproxy.html
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/ndproxy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ndproxy
- pkg install ndproxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ndproxy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1550596032
SHA256 (AlexandreFenyo-ndproxy-v3.2_GH0.tar.gz) = 8ea72bb12b26bb1ca4df31bc1bd86b3eea52d42fe2d014d890a1a067721c63dd
SIZE (AlexandreFenyo-ndproxy-v3.2_GH0.tar.gz) = 10172863
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_ndproxy
- USES:
- compiler kmod
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2_1 25 Feb 2024 09:17:59 |
Muhammad Moinur Rahman (bofh) |
net/ndproxy: Moved man to share/man
Approved by: portmgr (blanket) |
3.2 22 Dec 2023 16:03:26 |
Olivier Cochard (olivier) |
net/ndproxy: fix build on FreeBSD kernel >= 14
Adding support for pfil version 2 interface.
Patch already submitted upstream as pull request:
https://github.com/AlexandreFenyo/ndproxy/pull/6
PR: 275884
Reported by: Lorenzo Zolfanelli <dev@zolfa.nl> |
3.2 19 Jul 2023 17:30:38 |
Muhammad Moinur Rahman (bofh) |
net/ndproxy: Mark BROKEN on FreeBSD 14
Fails to build with no member named 'pa_func' in 'struct pfil_hook_args'
pa_func routine has been removed from base.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
3.2 30 Apr 2019 13:53:23 |
pkubaj |
net/ndproxy: add -Wno-error=strict-prototypes to CFLAGS when using GCC
This is needed to fix build:
ndproxy.c:51: function declaration isn't a prototype
PR: 237296
Approved by: fbsd.bugzilla@fenyo.net (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20013 |
3.2 06 Apr 2019 14:39:09 |
tobik |
net/ndproxy: Fix USE_GITHUB usage |
3.2 06 Apr 2019 13:30:31 |
pizzamig |
net/ndproxy: Update to 3.2
This release contains fixes for API changes to pfil hooks in CURRENT
PR: 235864
Submitted by: maintainer |
2.0 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.0 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.0 08 Aug 2017 22:06:40 |
ultima |
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 |