luci-mod-network: drop duplicated "Master" option
It got accidentally added while cherry picking RA and NDP params
support.
Fixes: 3a9ebc537f
("luci-mod-network: Introduce new RA and NDP params with help-text.")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
d851570070
commit
a5586749d0
1 changed files with 0 additions and 4 deletions
|
@ -735,10 +735,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