Pkt4Ptr resp = client.getContext().response_;
ASSERT_TRUE(resp);
EXPECT_EQ("10.0.0.10", resp->getYiaddr().toText());
-
- // Check domain-name-servers option
- OptionPtr opt = resp->getOption(DHO_DOMAIN_NAME_SERVERS);
- EXPECT_FALSE(opt);
}
// This test checks the handling for the DROP special class.
EXPECT_EQ(1, client.getLeaseNum());
Pkt6Ptr resp = client.getContext().response_;
ASSERT_TRUE(resp);
-
- // Check dns-servers option
- OptionPtr opt = resp->getOption(D6O_NAME_SERVERS);
- EXPECT_FALSE(opt);
}
// This test checks the complex membership from HA with server1 telephone.