luci-app-strongswan-swanctl: fix option name
authorPaul Donald <redacted>
Thu, 5 Feb 2026 16:06:59 +0000 (17:06 +0100)
committerPaul Donald <redacted>
Thu, 5 Feb 2026 16:08:37 +0000 (17:08 +0100)
shall match init script of keyingtries

Closes #8301

Signed-off-by: Paul Donald <redacted>
applications/luci-app-strongswan-swanctl/htdocs/luci-static/resources/view/strongswan-swanctl/swanctl.js

index c56739e3ec9006f4f422951e5cc0cb5cdb23f9eb..73fcb4cc827970dc20060e71f04f5f19e8f78c97 100644 (file)
@@ -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';
git clone https://git.99rst.org/PROJECT