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>
This commit is contained in:
Hannu Nyman 2021-06-01 08:15:01 +03:00
parent 49be69316b
commit 0a6fda27e7

View 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');