From b0013a65f6e727f94ac47df245f02833402a26d8 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 14 Nov 2019 11:10:19 +0100 Subject: [PATCH] Passive is a valid state --- check_bird2_oneshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_bird2_oneshot b/check_bird2_oneshot index d591ab0..a783e7e 100755 --- a/check_bird2_oneshot +++ b/check_bird2_oneshot @@ -132,7 +132,7 @@ for protocol in $(find ${DIR} -type f); do # BGP # Session states: # https://gitlab.labs.nic.cz/labs/bird/blob/master/proto/bgp/bgp.h#L601 - Established) + Established | Passive) test_route_limit ;; OpenSent | OpenConfirm)