mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 16:37:43 +02:00
* 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>
32 lines
519 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |