{ "label": "ca-roa-delta-error", "msg": "ROA delta rejected:\n\n'Cannot add the following duplicate ROAs:\n 10.0.0.0/20-24 => 1\nCannot add the following ROAs with prefixes not on any of your certificates:\n 10.128.0.0/9 => 1\nCannot remove the following unknown ROAs:\n 192.168.0.0/16 => 1\nThe following ROAs have a max length which is invalid for the prefix:\n 10.0.1.0/25 => 1\n' ", "args": { "ca": "ca" }, "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" } ] } }