CAIDA / pybgpstream

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

Use a non-string representation for IPs and Prefixes #1

Open alistairking opened 6 years ago

alistairking commented 6 years ago

From @alistairking on January 20, 2015 18:55

Currently we convert IP address and prefixes to strings when exporting to python, which sucks. Fix this to use a library like IPy or netaddr.

Copied from original issue: CAIDA/pybgpstream#2