luci-mod-network: remove unused option property
The logic handling the `migrate` property has been dropped in commit
f689d0d208
("luci-mod-network: refactor device configuration") so remove
the now redundant property as well.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4b6b00927b
commit
ea81dde0eb
1 changed files with 0 additions and 1 deletions
|
@ -724,7 +724,6 @@ return baseclass.extend({
|
|||
|
||||
o = this.replaceOption(s, 'devgeneral', cbiFlagTristate, 'ipv6', _('Enable IPv6'));
|
||||
o.sysfs = '!/proc/sys/net/ipv6/conf/%s/disable_ipv6'.format(devname || 'default');
|
||||
o.migrate = false;
|
||||
|
||||
o = this.replaceOption(s, 'devadvanced', cbiFlagTristate, 'ip6segmentrouting', _('Enable IPv6 segment routing'));
|
||||
o.sysfs = '/proc/sys/net/ipv6/conf/%s/seg6_enabled'.format(devname || 'default');
|
||||
|
|
Loading…
Reference in a new issue