Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 5 forks source link

`ac-down` should be computed also for BGP events #368

Closed lunkwill42 closed 3 weeks ago

lunkwill42 commented 4 weeks ago

We should implement BGPEvent.is_down(): A BGPEvent should be considered down when its oper_state is not equal to BGPOperState.ESTABLISHED.

Implementing this should make the ac-down computation machinery added in #348 work also for BGP events.