1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/cmd/stayrtr/test.rpki.json
Job Snijders 0bbe564d58 Correct terminology helps communicate more clearly about what is happening
Validators (such as rpki-client) ingest ROAs and emit Validated ROA Payloads (VRPs).
RTR servers exclusively deal with ingesting VRPs and emitting VRPs via RTR.
2021-05-08 15:26:08 +00:00

23 lines
355 B
JSON

{
"metadata": {
"counts": 1,
"generated": 1577865600,
"valid": 1577866200,
"serial": 1
},
"roas": [
{
"prefix": "10.0.0.0/25",
"maxLength": 26,
"asn": "AS65000",
"ta": "Test VRP"
},
{
"prefix": "10.1.0.0/25",
"maxLength": 26,
"asn": "AS65001",
"ta": "Test VRP"
}
]
}