From 7086a153210181274e49b743151d830079eb87ee Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:14:53 +0200 Subject: [PATCH] OpenWRT: add info for VLAN-aware in frontend (#6944) --- frontend/public/json/openwrt.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/openwrt.json b/frontend/public/json/openwrt.json index 4d6f6d6f22..013fdd3039 100644 --- a/frontend/public/json/openwrt.json +++ b/frontend/public/json/openwrt.json @@ -32,5 +32,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "If you use VLANs (default LAN is set to VLAN 999), make sure the Proxmox Linux Bridge is configured as VLAN-aware, otherwise the VM may fail to start.", + "type": "info" + } + ] }