The way we were checking for bfd state transitions was incorrectly counting the number of actual transitions. What we really care about is the the state transitions to down. The logic to do this has had to be moved into code since it is not possible to do it purely in yaml.
The way we were checking for bfd state transitions was incorrectly counting the number of actual transitions. What we really care about is the the state transitions to down. The logic to do this has had to be moved into code since it is not possible to do it purely in yaml.