mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-app-strongswan-swanctl: fix option name
shall match init script of keyingtries Closes #8301 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -213,7 +213,7 @@ return view.extend({
|
||||
o.default = 'yes';
|
||||
o.modalonly = true;
|
||||
|
||||
o = s.taboption('advanced', form.Value, 'keyingretries', _('Keying Retries'),
|
||||
o = s.taboption('advanced', form.Value, 'keyingtries', _('Keying Retries'),
|
||||
_('Number of retransmissions attempts during initial negotiation'));
|
||||
o.datatype = 'uinteger';
|
||||
o.default = '3';
|
||||
|
||||
Reference in New Issue
Block a user