Re: [pve-devel] [PATCH common] schema: allow ipv6 prefix lengths up to 128

2018-02-05 Thread Wolfgang Bumiller
applied On Mon, Jan 29, 2018 at 03:07:48PM +0100, Wolfgang Bumiller wrote: > There's no technical reason for *us* to limit this to 120. > > Signed-off-by: Wolfgang Bumiller > --- > src/PVE/JSONSchema.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/PVE/JSONSchema

[pve-devel] [PATCH common] schema: allow ipv6 prefix lengths up to 128

2018-01-29 Thread Wolfgang Bumiller
There's no technical reason for *us* to limit this to 120. Signed-off-by: Wolfgang Bumiller --- src/PVE/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index c09a9f4..4bc7cbb 100644 --- a/src/PVE/JSONSchema.pm +++ b/