BGP dynamic sections (described here under the neighbor option) allow bird to wait for a neighbor to connect and then creates an new dynamic protocol in bird.
That new dynamic protocol shows up properly in green, but the initial protocol always stays in start state and thus shows up in red:
I looked a bit at the code that does the rendering, and because it bases the color on the state attribute, it doesn't look at the info that says "passive". What would be the best way forward to get this to not show up in red?
I'm very much willing to contribute code to the project, just asking for guidance before I write anything
BGP dynamic sections (described here under the
neighbor
option) allow bird to wait for a neighbor to connect and then creates an new dynamic protocol in bird.That new dynamic protocol shows up properly in green, but the initial protocol always stays in
start
state and thus shows up in red:Real-time example at https://lg.lama.tel
I looked a bit at the code that does the rendering, and because it bases the color on the
state
attribute, it doesn't look at the info that says "passive". What would be the best way forward to get this to not show up in red?I'm very much willing to contribute code to the project, just asking for guidance before I write anything