luci-mod-network: remove unused option property
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / tools / network.js
index 318373c7c7b29dda8d63af04df35c8d4e0fcee89..c2064c0a74c51215ce9617d9990bee9f89c79d5f 100644 (file)
@@ -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');