fixing bug if no GRE tunnel is defined

This commit is contained in:
toby 2018-12-06 23:19:52 +01:00
parent 4714fb8981
commit b5710ce2fd
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ case "$1" in
-e "s/^!!! FRR_IPV4_LOOPBACK_PFLIST/$FRR_IPV4_LOOPBACK_PFLIST/" \
-e "s/^!!! FRR_IPV6_LOOPBACK_PFLIST/$FRR_IPV6_LOOPBACK_PFLIST/" \
-e "s/BASTION-PUBLIC-IP/$BASTIONPUBLICIP/" \
-e "s/FRR_GRE_ASN/${FRR_GRE_ASN}/" \
-e "s/FRR_GRE_ASN/${FRR_GRE_ASN:=$NODEASN}/" \
-e "s/FRRROUTERID/${LOOPBACKv4}/" \
-e "s/NODEASN/${NODEASN}/" \
$FRRCONFIG