Passive is a valid state

This commit is contained in:
Alarig Le Lay 2019-11-14 11:10:19 +01:00
parent d967a242d7
commit b0013a65f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)