treewide: remove rendundant proto handler options
[project/luci.git] / protocols / luci-proto-hnet / htdocs / luci-static / resources / protocol / hnet.js
index 84396ede08150668a74e885eac5f15adb165b271..b8776e873fb6f43f5979bb4f1010e1f560589ce2 100644 (file)
@@ -24,10 +24,6 @@ return network.registerProtocol('hnet', {
                o.value('hybrid', _('Hybrid'));
                o.default = 'auto';
 
-               o = s.taboption('advanced', form.Value, 'ip6assign', _('IPv6 assignment length'), _('Assign a part of given length of every public IPv6-prefix to this interface'));
-               o.datatype = 'max(128)';
-               o.default = '64';
-
                s.taboption('advanced', form.Value, 'link_id', _('IPv6 assignment hint'), _('Assign prefix parts using this hexadecimal subprefix ID for this interface.'));
 
                o = s.taboption('advanced', form.Value, 'ip4assign', _('IPv4 assignment length'));