Added IP version and safety-quotes to table grep

DEV-2312
This commit is contained in:
ben 2019-05-23 09:44:12 -07:00
parent 474f5f07c1
commit 37c9553881

View File

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