Wait for space-specific table in bird to start yap

DEV-2312
This commit is contained in:
ben 2019-05-17 15:28:14 -07:00
parent bfaf516b9f
commit 474f5f07c1

View File

@ -113,7 +113,7 @@ function start() {
# Wait for bird to be up
while true; do
if pwanbirdc - show protocols &> /dev/null
if pwanbirdc - show protocols | grep krt${table_id} &> /dev/null
then
break
else