Open
Description
E.g. using StayRTR/GoRTR:
{
"roas": [
{
"prefix": "100.100.100.100/32",
"maxLength": 32,
"asn": "AS65001"
}
]
}
If I change to:
{
"roas": [
{
"prefix": "100.100.100.101/32",
"maxLength": 32,
"asn": "AS65001"
}
]
}
Then 100.100.100.101/32
will be sent as a prefix to be validated.
Is there any way that 100.100.100.100/32
would be sent as well as the REMOVED prefix?
Metadata
Metadata
Assignees
Labels
No labels