summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-xfrm/htdocs/luci-static
diff options
context:
space:
mode:
authorMatt Eaton <git@divinehawk.com>2024-08-25 13:14:16 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-09-05 01:51:43 +0300
commit01de201dbb3bdf52399a8e21462f92ac39c129f3 (patch)
treea093f6e26bae7939dffe376d5e2350e0e185bc6d /protocols/luci-proto-xfrm/htdocs/luci-static
parente8e6c1a0c0dabeb985467907f1e5ee7871e63b38 (diff)
luci-proto-xfrm: update description for now-optional tunlink parameter
Signed-off-by: Matt Eaton <git@divinehawk.com>
Diffstat (limited to 'protocols/luci-proto-xfrm/htdocs/luci-static')
-rw-r--r--protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js2
1 files changed, 1 insertions, 1 deletions
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;