net/ndp-proxy-go: sync with master

This commit is contained in:
Franco Fichtner 2026-01-19 05:31:18 +01:00
parent 7c7bb313e2
commit 01a7c36dd4
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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) }}"