DHO_DHCP_CLIENT_IDENTIFIER = 61,
DHO_NWIP_DOMAIN_NAME = 62,
DHO_NWIP_SUBOPTIONS = 63,
- DHO_NIS_DOMAIN_NAME = 64,
- DHO_NIS_SERVER_ADDR = 65,
+ DHO_NISP_DOMAIN_NAME = 64,
+ DHO_NISP_SERVER_ADDR = 65,
DHO_TFTP_SERVER_NAME = 66,
DHO_BOOT_FILE_NAME = 67,
DHO_HOME_AGENT_ADDRS = 68,
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
OPT_BINARY_TYPE, false, NO_RECORD_DEF, "" },
{ "nwip-domain-name", DHO_NWIP_DOMAIN_NAME, OPT_STRING_TYPE, false, NO_RECORD_DEF, "" },
{ "nwip-suboptions", DHO_NWIP_SUBOPTIONS, OPT_BINARY_TYPE, false, NO_RECORD_DEF, "" },
- { "nisplus-domain-name", DHO_NIS_DOMAIN_NAME, OPT_STRING_TYPE, false, NO_RECORD_DEF, "" },
- { "nisplus-servers", DHO_NIS_SERVER_ADDR, OPT_IPV4_ADDRESS_TYPE, true, NO_RECORD_DEF, "" },
+ { "nisplus-domain-name", DHO_NISP_DOMAIN_NAME, OPT_STRING_TYPE, false, NO_RECORD_DEF, "" },
+ { "nisplus-servers", DHO_NISP_SERVER_ADDR, OPT_IPV4_ADDRESS_TYPE, true, NO_RECORD_DEF, "" },
{ "tftp-server-name", DHO_TFTP_SERVER_NAME, OPT_STRING_TYPE, false,
NO_RECORD_DEF, "" },
{ "boot-file-name", DHO_BOOT_FILE_NAME, OPT_STRING_TYPE, false,
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
LibDhcpTest::testStdOptionDefs4(DHO_NWIP_SUBOPTIONS, begin, end,
typeid(Option));
- LibDhcpTest::testStdOptionDefs4(DHO_NIS_DOMAIN_NAME, begin, end,
+ LibDhcpTest::testStdOptionDefs4(DHO_NISP_DOMAIN_NAME, begin, end,
typeid(OptionString));
- LibDhcpTest::testStdOptionDefs4(DHO_NIS_SERVER_ADDR, begin, end,
+ LibDhcpTest::testStdOptionDefs4(DHO_NISP_SERVER_ADDR, begin, end,
typeid(Option4AddrLst));
LibDhcpTest::testStdOptionDefs4(DHO_TFTP_SERVER_NAME, begin, end,