luci-proto-xfrm: update description for now-optional tunlink parameter

Signed-off-by: Matt Eaton <git@divinehawk.com>
This commit is contained in:
Matt Eaton
2024-08-25 13:14:16 +02:00
committed by Paul Donald
parent e8e6c1a0c0
commit 01de201dbb
43 changed files with 587 additions and 337 deletions

View File

@@ -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;