From ecced78fabd4e6d2a592427230ea61da1742f9f5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 13 Nov 2024 08:25:10 +0100 Subject: [PATCH] net/ndproxy: sync --- README.md | 1 + net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c265b6fde..3da5813b9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ net/google-cloud-sdk -- Google Cloud SDK net/haproxy -- Reliable, high performance TCP/HTTP load balancer net/igmp-proxy -- IGMP-Proxy Service net/mdns-repeater -- Proxy multicast DNS between networks +net/ndproxy -- Neighbor Discovery Proxy net/ntopng -- Traffic Analysis and Flow Collection net/radsecproxy -- RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport net/realtek-re -- Realtek re(4) vendor driver diff --git a/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc b/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc index aead8fa56..9ea3e573a 100644 --- a/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc +++ b/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc @@ -32,8 +32,10 @@ function ndproxy_services() $services = []; - if (isset($config['OPNsense']['ndproxy']['general']['enabled']) && - $config['OPNsense']['ndproxy']['general']['enabled'] == 1) { + if ( + isset($config['OPNsense']['ndproxy']['general']['enabled']) && + $config['OPNsense']['ndproxy']['general']['enabled'] == 1 + ) { $services[] = [ 'description' => gettext('Ndproxy'), 'configd' => [