From: Sergey Ponomarev Date: Sat, 22 Feb 2025 22:17:19 +0000 (+0200) Subject: luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cbd37919aef5d895f10a90a35fb1a18610792bfb;p=project%2Fluci.git luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer Signed-off-by: Sergey Ponomarev --- diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js index 67ddfab6be..16e5498ce8 100644 --- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js +++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js @@ -179,7 +179,7 @@ return network.registerProtocol('vxlan', { } 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;