mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
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:
committed by
Paul Donald
parent
2aa9bb3794
commit
28816ce134
@@ -179,7 +179,7 @@ return network.registerProtocol('vxlan', {
|
|||||||
}
|
}
|
||||||
catch(e) {}
|
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');
|
o.depends('proto', 'vxlan');
|
||||||
|
|
||||||
var ss = o.subsection;
|
var ss = o.subsection;
|
||||||
|
|||||||
Reference in New Issue
Block a user