]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
change allowed v6 prefix-length to 128
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 21 Mar 2019 17:20:32 +0000 (18:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Mar 2019 17:35:37 +0000 (18:35 +0100)
commita2fb6c87cb44bfa74f18af8457da7c0ed3e2e2f9
tree245cad2f79b65ac05906e8e9e1609160d5c35078
parentffe265051c72c3838fdd45056d59bdf2599c5661
change allowed v6 prefix-length to 128

Currently the frontend validation only allows values 8-120 as prefix-lengths for
ipv6-cidr notations.

Following commit 70ea22506939f9687e1146c0f35247cfbe9225b8 in pve-common, this
patch changes that value to 128, which, while seldomly seen in regular setups
is technically correct.

Problem was reported by a user in the forum - they needed to set a length of
125, because their provider supplies only smaller networks. [0]

[0] https://forum.proxmox.com/threads/lxc-ipv6-why-8-120.52638/

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Toolkit.js