Files
NLnetLabs-krill/test-resources/errors/ca-roa-delta-error.json
T
a715c82f7f Remove embedded repo/ca choices (#461)
* Remove embedded repository contact option, migrate commands and events.
* Migrate old CA init events. Test upgrade from 0.6.0.
* Migrate embedded in CA history.

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
2021-04-01 17:18:28 +02:00

32 lines
519 B
JSON

{
"label": "ca-roa-delta-error",
"msg": "Delta rejected, see included json",
"args": {},
"delta_error": {
"duplicates": [
{
"asn": 1,
"prefix": "10.0.0.0/20",
"max_length": 24
}
],
"notheld": [
{
"asn": 1,
"prefix": "10.128.0.0/9"
}
],
"unknowns": [
{
"asn": 1,
"prefix": "192.168.0.0/16"
}
],
"invalid_length": [
{
"asn": 1,
"prefix": "10.0.1.0/25"
}
]
}
}