From 4f9546e4f40118f005cc447bd7added57a805f0d Mon Sep 17 00:00:00 2001 From: "TJ @ Ozark Connect" <109822114+tvancott42@users.noreply.github.com> Date: Fri, 8 May 2026 09:54:53 -0500 Subject: [PATCH] Add SFP compatibility note for Zyxel PMG3000-D20B and other GPON sticks (#584) --- .../Components/Pages/PerformanceTweaks.razor | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/NetworkOptimizer.Web/Components/Pages/PerformanceTweaks.razor b/src/NetworkOptimizer.Web/Components/Pages/PerformanceTweaks.razor index 08080fc3f..e4a0fb61b 100644 --- a/src/NetworkOptimizer.Web/Components/Pages/PerformanceTweaks.razor +++ b/src/NetworkOptimizer.Web/Components/Pages/PerformanceTweaks.razor @@ -309,6 +309,13 @@ } + @if (def.Id == "sfp-sgmiiplus") + { +
+ Compatibility note: Zyxel PMG3000-D20B support is currently being tested. If you have this module (or another GPON stick that may not negotiate 2.5 G cleanly with the UniFi host), feel free to try the patch, but be prepared to remove it if the link doesn't come up and stabilize. +
+ } +
@if (effectiveStatus == TweakDisplayStatus.NotDeployed)