smartbgp / yabgp

:bowtie:Yet Another BGP Python Implementation
http://yabgp.readthedocs.org
Apache License 2.0
238 stars 70 forks source link

Link-bandwidth Extended Community Support Question #106

Closed mnanduri closed 4 years ago

mnanduri commented 4 years ago

Do you support link bandwidth extended community?

https://tools.ietf.org/html/draft-ietf-idr-link-bandwidth-07

xiaopeng163 commented 4 years ago

yes, we support it https://github.com/smartbgp/yabgp/blob/master/yabgp/message/attribute/extcommunity.py#L155

mnanduri commented 4 years ago

Thanks for the quick reply. I will try it out.