luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev
2025-02-23 00:17:19 +02:00
committed by Paul Donald
parent d8d03b7a77
commit cbd37919ae

View File

@@ -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;