Skip to content

Commit

Permalink
luci-proto-xfrm: Update description for now-optional tunlink parameter.
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Eaton <[email protected]>
  • Loading branch information
divinehawk committed Aug 20, 2024
1 parent 067f1c5 commit 2b0c0a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2b0c0a2

Please sign in to comment.