CAIDA / pybgpstream

Python bindings for BGPStream
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
28 stars 22 forks source link

RPKI Prefix Origin Validation #37

Open nirvana-msu opened 3 years ago

nirvana-msu commented 3 years ago

Is it possible to perform RPKI prefix origin validation while using pybgpstream, and have the result included as part of BGP elements? I have found corresponding PR in libbgpstream which suggests that libbgpstream supports this, but I'm not sure if I can get that through pybgpstream?

And thanks for the awesome library!