diff options
author | Matt Eaton <git@divinehawk.com> | 2024-08-25 13:14:16 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-09-05 01:51:43 +0300 |
commit | 01de201dbb3bdf52399a8e21462f92ac39c129f3 (patch) | |
tree | a093f6e26bae7939dffe376d5e2350e0e185bc6d /protocols/luci-proto-xfrm/htdocs/luci-static | |
parent | e8e6c1a0c0dabeb985467907f1e5ee7871e63b38 (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.js | 2 |
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; |