There is a bug in this line resulting in the warning above `CIDR_MERGER="${CIDR_MERGER:-DEFAULT_CIDR_MERGER}"` should be `CIDR_MERGER="${CIDR_MERGER:-$DEFAULT_CIDR_MERGER}"`