Passive is a valid state
This commit is contained in:
parent
d967a242d7
commit
b0013a65f6
|
@ -132,7 +132,7 @@ for protocol in $(find ${DIR} -type f); do
|
||||||
# BGP
|
# BGP
|
||||||
# Session states:
|
# Session states:
|
||||||
# https://gitlab.labs.nic.cz/labs/bird/blob/master/proto/bgp/bgp.h#L601
|
# https://gitlab.labs.nic.cz/labs/bird/blob/master/proto/bgp/bgp.h#L601
|
||||||
Established)
|
Established | Passive)
|
||||||
test_route_limit
|
test_route_limit
|
||||||
;;
|
;;
|
||||||
OpenSent | OpenConfirm)
|
OpenSent | OpenConfirm)
|
||||||
|
|
Loading…
Reference in a new issue