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

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
(cherry picked from commit cbd37919ae)
This commit is contained in:
Sergey Ponomarev
2025-02-23 00:17:19 +02:00
committed by Paul Donald
parent 2aa9bb3794
commit 28816ce134

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;