mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-proto-openfortivpn: add realm parameter support
Add a 'realm' field in the advanced tab so users can easily pass this parameter to the underlying netifd handler. Signed-off-by: Xing-Kai Wang <my@xkwang.org>
This commit is contained in:
committed by
Paul Donald
parent
3a3a3196aa
commit
f6bbde5f8a
+3
@@ -173,5 +173,8 @@ return network.registerProtocol('openfortivpn', {
|
||||
o.dataype = 'ipaddr'
|
||||
o.optional = true;
|
||||
|
||||
o = s.taboption('advanced', form.Value, 'realm', _("Realm"), _("Optional. Specify the realm if your VPN gateway uses custom login portals."));
|
||||
o.optional = true;
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user