CAIDA / libbgpstream

Client-side C library and CLI tool of the BGPStream project
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
44 stars 27 forks source link

Silence Invalid-Message warnings from libparsebgp. #251

Open brendonj opened 6 months ago

brendonj commented 6 months ago

Both Not-Implemented and Invalid messages from libparsebgp are ignored, but only Not-Implemented ones are silenced. Silence the Invalid messages as well.