luci-proto-vxlan: peers -> peer spelling fix
authorPaul Donald <[email protected]>
Wed, 16 Jul 2025 14:08:57 +0000 (16:08 +0200)
committerPaul Donald <[email protected]>
Wed, 16 Jul 2025 14:09:08 +0000 (16:09 +0200)
follow-up to cbd37919aef5d895f10a90a35fb1a18610792bfb

Signed-off-by: Paul Donald <[email protected]>
(cherry picked from commit 1352d75f1aeb6f9a6745596361261667499f30ac)

protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js

index ea8840d65e300a7004d6fe4765d8e160a5ffa349..b83381a6c62a98415ea39b80e9c28f30934903ae 100644 (file)
@@ -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;