diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-13 19:57:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 19:57:33 +0200 |
commit | 741cd00fb687a1ce1e5f9e65c324bc229700e10b (patch) | |
tree | 7be4f728abf03e69ec62fec562d61b21346d8978 /interface-definitions/include/accel-auth-local-users.xml.i | |
parent | 6c2a2cb8ce98b3b43ac07403bc61f186c28ccdf9 (diff) | |
parent | 868bb48cab5c170a8e53b412755ee35a59c398cd (diff) | |
download | vyos-1x-741cd00fb687a1ce1e5f9e65c324bc229700e10b.tar.gz vyos-1x-741cd00fb687a1ce1e5f9e65c324bc229700e10b.zip |
Merge pull request #566 from DmitriyEshenko/incr-pppoe-shaper
pppoe-server: T2972: Increase rate limit validator
Diffstat (limited to 'interface-definitions/include/accel-auth-local-users.xml.i')
-rw-r--r-- | interface-definitions/include/accel-auth-local-users.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/accel-auth-local-users.xml.i b/interface-definitions/include/accel-auth-local-users.xml.i index 4dc6c6dff..0d66b8135 100644 --- a/interface-definitions/include/accel-auth-local-users.xml.i +++ b/interface-definitions/include/accel-auth-local-users.xml.i @@ -35,7 +35,7 @@ <properties> <help>Upload bandwidth limit in kbits/sec</help> <constraint> - <validator name="numeric" argument="--range 1-65535"/> + <validator name="numeric" argument="--range 1-10000000"/> </constraint> </properties> </leafNode> @@ -43,7 +43,7 @@ <properties> <help>Download bandwidth limit in kbits/sec</help> <constraint> - <validator name="numeric" argument="--range 1-65535"/> + <validator name="numeric" argument="--range 1-10000000"/> </constraint> </properties> </leafNode> |