CAIDA / libparsebgp

Lightweight parser for binary BGP, BMP and MRT routing data
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Added EVPN parsing features in the library #44

Open ojasgupta opened 6 years ago

ojasgupta commented 6 years ago

Hi,

EVPN parsing features are added using RFC 7432 [https://tools.ietf.org/html/rfc7432].

Note: There might be bugs in the code as it has not been run with any data. Please let me know if I should change anything.

Thanks.