mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-proto-xfrm: update description for now-optional tunlink parameter
Signed-off-by: Matt Eaton <git@divinehawk.com>
This commit is contained in:
@@ -39,7 +39,7 @@ return network.registerProtocol('xfrm', {
|
||||
o = s.taboption('general', form.Value, 'ifid', _('Interface ID'), _('Required. XFRM interface ID to be used for SA.'));
|
||||
o.datatype = 'integer';
|
||||
|
||||
o = s.taboption('general', widgets.NetworkSelect, 'tunlink', _('Required. Underlying interface.'));
|
||||
o = s.taboption('general', widgets.NetworkSelect, 'tunlink', _('Underlying interface'),_('Optional. Bind to a specific interface.'));
|
||||
o.exclude = s.section;
|
||||
o.nocreate = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user