diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2021-06-01 08:15:01 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-06-01 08:15:01 +0300 |
commit | 0a6fda27e7ea1301c37fb2608bcf317640418f68 (patch) | |
tree | 1db12dfa350f19886b4e086d922b9f4147bd0e6e /modules/luci-mod-network/htdocs/luci-static | |
parent | 49be69316bfea092e90c2f5a821ded961069f518 (diff) |
luci-mod-network: drop duplicated "Master" option
It got accidentally added when additional RA and NDP parameters
were added.
Fixes: 504bdb23fb ("luci-mod-network: Introduce new RA and NDP params...")
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-mod-network/htdocs/luci-static')
-rw-r--r-- | modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index fe00b90b68..11d96eecb3 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -770,10 +770,6 @@ return view.extend({ so.depends('dhcpv6', 'relay'); so.depends('dhcpv6', 'hybrid'); - so = ss.taboption('ipv6', form.Flag , 'master', _('Master'), _('Set this interface as master for the dhcpv6 relay.')); - so.depends('dhcpv6', 'relay'); - so.depends('dhcpv6', 'hybrid'); - so = ss.taboption('ipv6', form.Flag, 'ra_default', _('Announce as default router'), _('Always, even if no public prefix is available.')); so.depends('ra', 'server'); so.depends('ra', 'hybrid'); |