From 01a7c36dd42ee06d4cfe5186727d7b95286cbff8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 19 Jan 2026 05:31:18 +0100 Subject: [PATCH] net/ndp-proxy-go: sync with master --- net/ndp-proxy-go/Makefile | 1 + .../opnsense/service/templates/OPNsense/NdpProxy/ndp_proxy_go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ndp-proxy-go/Makefile b/net/ndp-proxy-go/Makefile index 8c95b55dd..886c42475 100644 --- a/net/ndp-proxy-go/Makefile +++ b/net/ndp-proxy-go/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ndp-proxy-go PLUGIN_VERSION= 1.3 +PLUGIN_REVISION= 1 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/src/opnsense/service/templates/OPNsense/NdpProxy/ndp_proxy_go b/net/ndp-proxy-go/src/opnsense/service/templates/OPNsense/NdpProxy/ndp_proxy_go index 61b7c01f2..83d2d4002 100644 --- a/net/ndp-proxy-go/src/opnsense/service/templates/OPNsense/NdpProxy/ndp_proxy_go +++ b/net/ndp-proxy-go/src/opnsense/service/templates/OPNsense/NdpProxy/ndp_proxy_go @@ -2,7 +2,7 @@ {% set general = helpers.getNodeByTag('OPNsense.ndpproxy.general') %} {% if general.enabled|default("0") == "1" and general.upstream and general.downstream %} ndp_proxy_go_enable="YES" -{% if general.carp_depend_on %} +{% if general.carp_depend_on|default("0") == "1" %} ndp_proxy_go_check_carp="YES" {% endif %} ndp_proxy_go_upstream="{{ helpers.physical_interface(general.upstream) }}"