From 04585ada9eb2e3443097992be3c34c1b1feaf0b8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 4 Nov 2025 14:16:26 +0100 Subject: [PATCH] net/ndp-proxy-go: minor adjustments --- net/ndp-proxy-go/Makefile | 1 + net/ndp-proxy-go/pkg-descr | 3 ++- .../src/opnsense/mvc/app/views/OPNsense/NdpProxy/general.volt | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/ndp-proxy-go/Makefile b/net/ndp-proxy-go/Makefile index a1375b02b..faf976743 100644 --- a/net/ndp-proxy-go/Makefile +++ b/net/ndp-proxy-go/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ndp-proxy-go PLUGIN_VERSION= 0.1 +PLUGIN_DEVEL= yes PLUGIN_COMMENT= IPv6 Neighbor Discovery Protocol 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 458bfea7d..b4f289789 100644 --- a/net/ndp-proxy-go/pkg-descr +++ b/net/ndp-proxy-go/pkg-descr @@ -1,4 +1,5 @@ -IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address Detection (DAD) Proxy +IPv6 Neighbor Discovery (ND), Router Advertisement (RA) and Duplicate Address +Detection (DAD) Proxy. Plugin Changelog ================ diff --git a/net/ndp-proxy-go/src/opnsense/mvc/app/views/OPNsense/NdpProxy/general.volt b/net/ndp-proxy-go/src/opnsense/mvc/app/views/OPNsense/NdpProxy/general.volt index 5601b92bd..821abbedb 100644 --- a/net/ndp-proxy-go/src/opnsense/mvc/app/views/OPNsense/NdpProxy/general.volt +++ b/net/ndp-proxy-go/src/opnsense/mvc/app/views/OPNsense/NdpProxy/general.volt @@ -46,4 +46,3 @@ {{ partial("layout_partials/base_form", ['fields': generalForm, 'id': 'frm_GeneralSettings']) }} {{ partial('layout_partials/base_apply_button', {'data_endpoint': '/api/ndpproxy/service/reconfigure', 'data_service_widget': 'ndpproxy'}) }} -