luci-proto-openfortivpn: update config option names 4175/head
authorAaron Goodman <aaronjg@stanford.edu>
Thu, 27 Aug 2020 01:54:06 +0000 (21:54 -0400)
committerAaron Goodman <aaronjg@stanford.edu>
Thu, 27 Aug 2020 01:54:06 +0000 (21:54 -0400)
update config option names for openfortivpn version 1.14-1-8

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js

index b1c7c229f069ce6dd6437e780b1ad2cf882ed461..d0e6bdb01169e93870630bc59022532e3b0058fd 100644 (file)
@@ -39,7 +39,7 @@ return network.registerProtocol('openfortivpn', {
        renderFormOptions: function(s) {
                var o;
 
-               o = s.taboption('general', form.Value, 'server', _('VPN Server'));
+               o = s.taboption('general', form.Value, 'peeraddr', _('VPN Server'));
                o.datatype = 'host(0)';
 
                o = s.taboption('general', form.Value, 'port', _('VPN Server port'));
@@ -52,7 +52,7 @@ return network.registerProtocol('openfortivpn', {
                o = s.taboption('general', form.Value, 'password', _('Password'));
                o.password = true;
 
-               o = s.taboption('advanced', widgets.NetworkSelect, 'iface_name', _('Bind interface'), _('Bind the tunnel to this interface (optional).'));
+               o = s.taboption('advanced', widgets.NetworkSelect, 'tunlink', _('Bind interface'), _('Bind the tunnel to this interface (optional).'));
                o.exclude = s.section;
                o.nocreate = true;
                o.optional = true;