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?
E.g. using StayRTR/GoRTR:
If I change to:
Then
100.100.100.101/32will be sent as a prefix to be validated.Is there any way that
100.100.100.100/32would be sent as well as the REMOVED prefix?