Skip to content

Commit

Permalink
pppoe-server: T2972: Increase rate limit validator
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyEshenko committed Oct 13, 2020
1 parent f0f7d06 commit 868bb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface-definitions/include/accel-auth-local-users.xml.i
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
<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>
<leafNode name="download">
<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>
Expand Down

0 comments on commit 868bb48

Please sign in to comment.