From 6061da298bc8d087eff141a092ede0dda0f087b2 Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:09:23 +0100 Subject: [PATCH] net/ndp-proxy-go: Fix naming and add docs link (#5017) --- net/ndp-proxy-go/Makefile | 2 +- net/ndp-proxy-go/pkg-descr | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/ndp-proxy-go/Makefile b/net/ndp-proxy-go/Makefile index faf976743..914df8f89 100644 --- a/net/ndp-proxy-go/Makefile +++ b/net/ndp-proxy-go/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= ndp-proxy-go PLUGIN_VERSION= 0.1 PLUGIN_DEVEL= yes -PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol Proxy +PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol (NDP) Proxy PLUGIN_MAINTAINER= cedrik@pischem.com PLUGIN_DEPENDS= ndp-proxy-go diff --git a/net/ndp-proxy-go/pkg-descr b/net/ndp-proxy-go/pkg-descr index b4f289789..4430403b9 100644 --- a/net/ndp-proxy-go/pkg-descr +++ b/net/ndp-proxy-go/pkg-descr @@ -1,5 +1,7 @@ -IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address -Detection (DAD) Proxy. +IPv6 Neighbor Discovery Protocol (NDP) Proxy + +WWW: https://github.com/monviech/ndp-proxy-go +DOC: https://docs.opnsense.org/manual/ndp-proxy-go.html Plugin Changelog ================