luci-mod-network: drop duplicated "Master" option
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 Jun 2021 05:15:01 +0000 (08:15 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 1 Jun 2021 05:15:01 +0000 (08:15 +0300)
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>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index fe00b90b68fdde73110a216fe250c9e154fb2ecd..11d96eecb37fe09900a0e206e0b6af219c0a9fd5 100644 (file)
@@ -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');