ASSERT_NO_THROW(addTestOptions(host, formatted, DHCP4_ONLY));
// Insert host and the options into respective tables.
ASSERT_NO_THROW(hdsptr_->add(host));
- // Subnet id will be used in quries to the database.
+ // Subnet id will be used in queries to the database.
SubnetID subnet_id = host->getIPv4SubnetID();
// getAll4(address)
// Add the host.
ASSERT_NO_THROW(hdsptr_->add(host));
- // Subnet id will be used in quries to the database.
+ // Subnet id will be used in queries to the database.
SubnetID subnet_id = host->getIPv4SubnetID();
// Fetch the host via:
// Add the host.
ASSERT_NO_THROW(hdsptr_->add(host));
- // Subnet id will be used in quries to the database.
+ // Subnet id will be used in queries to the database.
SubnetID subnet_id = host->getIPv6SubnetID();
// Fetch the host via:
// Add the host.
ASSERT_NO_THROW(hdsptr_->add(host));
- // Subnet id will be used in quries to the database.
+ // Subnet id will be used in queries to the database.
SubnetID subnet_id = host->getIPv6SubnetID();
// Fetch the host from the source.
// Add the host.
ASSERT_NO_THROW(hdsptr_->add(host));
- // Subnet id will be used in quries to the database.
+ // Subnet id will be used in queries to the database.
SubnetID subnet_id = host->getIPv4SubnetID();
// Fetch the host via: