1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Convert a number of places from string to int

This commit is contained in:
Job Snijders
2021-07-27 19:21:45 +00:00
parent bcbffb50bc
commit eaa1f0bee2
5 changed files with 20 additions and 21 deletions

View File

@ -272,7 +272,7 @@ Use your own validator, as long as the JSON source follows the following schema:
{
"prefix": "10.0.0.0/24",
"maxLength": 24,
"asn": "AS65001"
"asn": 65001
},
...
]