From 01de201dbb3bdf52399a8e21462f92ac39c129f3 Mon Sep 17 00:00:00 2001 From: Matt Eaton Date: Sun, 25 Aug 2024 13:14:16 +0200 Subject: luci-proto-xfrm: update description for now-optional tunlink parameter Signed-off-by: Matt Eaton --- protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/luci-proto-xfrm/htdocs/luci-static') 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 b630f3818b..8be3b54783 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; -- cgit v1.2.3