diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-03-18 17:27:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 17:27:31 +0100 |
commit | 4cde2bda732b133d0ea46cecd94f57c3b1eeab05 (patch) | |
tree | 270ee49c890cd4e77689a8e315358aca83903f0f /protocols/luci-proto-hnet/htdocs | |
parent | 1dc16d9d3ffeee30d072c569e9a3c693d303e9fc (diff) | |
parent | bbf1a5343f1d930096cd5ff6b98f3e1f2f0d3c9a (diff) |
Merge pull request #4307 from jow-/uci-network-device-support
Introduce support for managing `config device` and `config bridge-vlan` sections
Diffstat (limited to 'protocols/luci-proto-hnet/htdocs')
-rw-r--r-- | protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js b/protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js index 84396ede08..b8776e873f 100644 --- a/protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js +++ b/protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js @@ -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')); |