From 1f2929fb49ada94c8a6aa268df048ce3911ccb4f Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Wed, 16 Jul 2025 16:08:57 +0200 Subject: [PATCH] luci-proto-vxlan: peers -> peer spelling fix follow-up to cbd37919aef5d895f10a90a35fb1a18610792bfb Signed-off-by: Paul Donald (cherry picked from commit 1352d75f1aeb6f9a6745596361261667499f30ac) --- .../htdocs/luci-static/resources/protocol/vxlan6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js index ea8840d65e..b83381a6c6 100644 --- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js +++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js @@ -179,7 +179,7 @@ return network.registerProtocol('vxlan6', { } catch(e) {} - o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peers'); + o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peer'); o.depends('proto', 'vxlan'); var ss = o.subsection; -- 2.30.2