NICMx / FORT-validator

RPKI cache validator
MIT License
50 stars 24 forks source link

Add "ta" field to ROAs in json output #91

Open forkwhilefork opened 1 year ago

forkwhilefork commented 1 year ago

For example:

        { "asn": 807, "prefix": "23.147.64.0/24", "maxLength": 24, "ta": "arin", "expires": 1677578400 },

Then we could distinguish between different sources.

ydahhrk commented 1 year ago

So if two trees yield the same ROA, you want it listed twice? Would that be acceptable?

What about the "expires" field? Is that to say that, if one tree yields the same ROA several times, you want them listed separately?

(Fort isn't presently doing that.)

ydahhrk commented 1 year ago

Just to clarify: This is more of a new feature than a bug, so I can't really start working on it until I've been greenlit to return to the project full time.

(See the status at https://nicmx.github.io/FORT-validator/index.html)

forkwhilefork commented 1 year ago

So if two trees yield the same ROA, you want it listed twice?

I didn't know this was possible, but I don't see it being a problem.

What about the "expires" field?

Personally, I don't need this for my use-case, but it wouldn't be unwelcome.

Just to clarify: This is more of a new feature than a bug, so I can't really start working on it until I've been greenlit to return to the project full time.

That's fine, I understand.