Files
nlnetlabs-routinator/test/validate/beacons.json
T
Martin Hoffmann 7321b6adb7 Fix allowed ASN format in validity JSON input. (#861)
The PR restores the ability to parse ASNs in JSON input to the validity
command as either a string or a number.
2023-05-19 09:21:48 +02:00

13 lines
158 B
JSON

{
"routes": [{
"asn": "AS12654",
"prefix": "93.175.147.0/24"
},
{
"asn": 12654,
"prefix": "2001:7fb:fd02::/48"
}
]
}