|
@@ -991,12 +991,45 @@ TEST_F(LibDhcpTest, stdOptionDefs4) {
|
|
|
LibDhcpTest::testStdOptionDefs4(DHO_NWIP_SUBOPTIONS, begin, end,
|
|
|
typeid(Option));
|
|
|
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_NIS_DOMAIN_NAME, begin, end,
|
|
|
+ typeid(OptionString));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_NIS_SERVER_ADDR, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
LibDhcpTest::testStdOptionDefs4(DHO_TFTP_SERVER_NAME, begin, end,
|
|
|
typeid(OptionString));
|
|
|
|
|
|
LibDhcpTest::testStdOptionDefs4(DHO_BOOT_FILE_NAME, begin, end,
|
|
|
typeid(OptionString));
|
|
|
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_HOME_AGENT_ADDRS, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_SMTP_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_POP3_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_NNTP_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_WWW_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_FINGER_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_IRC_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_STREETTALK_SERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
+ LibDhcpTest::testStdOptionDefs4(DHO_STDASERVER, begin, end,
|
|
|
+ typeid(Option4AddrLst));
|
|
|
+
|
|
|
LibDhcpTest::testStdOptionDefs4(DHO_USER_CLASS, begin, end,
|
|
|
typeid(Option));
|
|
|
|