bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
283 stars 44 forks source link

draft: bgp: add extended community support #456

Open tomsiewert opened 9 months ago

tomsiewert commented 9 months ago

BGP Extended Communities (RFC 4360) are a fundamental function for features like EVPN, VPLS or Flow-Spec.

This patch series adds the basic functionality and mappings.

NOTE: This is still a draft and heavily WIP! Deserialisation is partially done but serialisation isn't implemented yet (including the mappings).

taktv6 commented 8 months ago

Cool. Glad to see this work happening. Let me know if we can help with anything!