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:
parent
49be69316b
commit
0a6fda27e7
1 changed files with 0 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue