fixing bug if no GRE tunnel is defined
This commit is contained in:
parent
4714fb8981
commit
b5710ce2fd
|
@ -348,7 +348,7 @@ case "$1" in
|
||||||
-e "s/^!!! FRR_IPV4_LOOPBACK_PFLIST/$FRR_IPV4_LOOPBACK_PFLIST/" \
|
-e "s/^!!! FRR_IPV4_LOOPBACK_PFLIST/$FRR_IPV4_LOOPBACK_PFLIST/" \
|
||||||
-e "s/^!!! FRR_IPV6_LOOPBACK_PFLIST/$FRR_IPV6_LOOPBACK_PFLIST/" \
|
-e "s/^!!! FRR_IPV6_LOOPBACK_PFLIST/$FRR_IPV6_LOOPBACK_PFLIST/" \
|
||||||
-e "s/BASTION-PUBLIC-IP/$BASTIONPUBLICIP/" \
|
-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/FRRROUTERID/${LOOPBACKv4}/" \
|
||||||
-e "s/NODEASN/${NODEASN}/" \
|
-e "s/NODEASN/${NODEASN}/" \
|
||||||
$FRRCONFIG
|
$FRRCONFIG
|
||||||
|
|
Loading…
Reference in New Issue