cloudflare / cfrpki

Cloudflare's RPKI Toolbox
https://rpki.cloudflare.com
BSD 3-Clause "New" or "Revised" License
179 stars 43 forks source link

Latest version (V1.5.10) -filter= false option is not working. #148

Open prajaktapatil60 opened 1 year ago

prajaktapatil60 commented 1 year ago

Newer versions of OctoRPKI filter out duplicate ROAs and ROAs of invalid length. We can restore the old behavior by using the -filter=false option. But its not working.

Even after using -filter=false option ROAs are still low as compared to older version - angelo@D-L19-RE0> show validation session
Session State Flaps Uptime #IPv4/IPv6 records (XYZ) Up 13779 2w2d 14:43:06 353928/191398 -------------------------- octorpki v1.2.2 (XYZ) Up 32 00:47:21 350038/191127 --------------------------------- octorpki v1.5.10(after setting -filter=false option)

Could you please advise on above?