CAIDA / pybgpstream

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

prefix filter does not work #8

Closed PolynomialDivision closed 3 years ago

PolynomialDivision commented 5 years ago

If I try to add

stream.add_filter('prefix-exact', '13.52.0.0/14')

it does not work. It gives me other prefixes too 13.54.0.0/15...

alistairking commented 5 years ago

My apologies for not seeing this issue! This problem should be fixed since the bgpstream 1.2.0 release. Can you please try using the latest libbgpstream version (i.e., you'll need to upgrade both libbgpstream and pybgpstream) and see if you still see incorrect prefixes?