From 2b0c0a2152a76d689f39a7a409baa829618d5598 Mon Sep 17 00:00:00 2001 From: Matt Eaton Date: Tue, 20 Aug 2024 20:46:28 +0200 Subject: [PATCH] luci-proto-xfrm: Update description for now-optional tunlink parameter. Signed-off-by: Matt Eaton --- .../htdocs/luci-static/resources/protocol/xfrm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js index b630f3818bbf..8be3b5478332 100644 --- a/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js +++ b/protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js @@ -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;