increasing error checking on ipsec generation
This commit is contained in:
parent
5ec811359a
commit
51f6a94ccd
|
@ -322,6 +322,9 @@ case "$1" in
|
||||||
let i+=1
|
let i+=1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
[ -z $IPSEC_IPV4_SUBNETS ] && exit 2
|
||||||
|
[ -z $IPSEC_IPV6_SUBNETS ] && exit 2
|
||||||
|
|
||||||
## STOP compiling frr config
|
## STOP compiling frr config
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue