osrg / gobgp

BGP implemented in the Go Programming Language
https://osrg.github.io/gobgp/
Apache License 2.0
3.66k stars 698 forks source link

Color-Only SR-TE support #2553

Open cpmarvin opened 2 years ago

cpmarvin commented 2 years ago

hello,

Are there any plans to support color-only aware bgp-SR-TE policies as defined in https://datatracker.ietf.org/doc/html/draft-ietf-spring-segment-routing-policy#section-8.

At this time ,if i read the code correctly the color is always 00 (type 0 ).

fujita commented 2 years ago

A pull request is very welcome.