Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add decoder for BGP EVPN routes (RFC 7432) #1233

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sysvinit
Copy link

This change extends the BGP protocol dissector with support for decoding EVPN routes as well as the EVPN-related extended communities specified in RFC 7432. This includes route types 1 through 4, as well as the MAC mobility, ESI label, ES import route target, and default gateway extended communities. Additionally I've extended the next hop attribute decoder to support IPv4 routes with IPv6 next hops, as specified in RFC 5549, as I discovered this was missing while working on my EVPN lab setup.

I've also taken some packet captures from the lab and added them as test cases for the EVPN decoder in the test suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant