diff options
author | Francis Dupont <fdupont@isc.org> | 2020-09-17 15:57:08 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-09-21 12:53:44 +0200 |
commit | 0070812367214d8186388229c6559f57c2637a82 (patch) | |
tree | a16a78db41dd25810e33f7e6dddcd33bc4e54a84 /src/bin/dhcp4/tests | |
parent | [#1025] Added ChangeLog entry (diff) | |
download | kea-0070812367214d8186388229c6559f57c2637a82.tar.xz kea-0070812367214d8186388229c6559f57c2637a82.zip |
[#1025] Completed vendor-opts in v4 fix
Diffstat (limited to 'src/bin/dhcp4/tests')
-rw-r--r-- | src/bin/dhcp4/tests/config_parser_unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index fc1a52d10c..57b13b0e78 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -3826,13 +3826,13 @@ TEST_F(Dhcp4ParserTest, stdOptionDataEncapsulate) { CfgMgr::instance().clear(); // Once the definitions have been added we can configure the - // standard option #17. This option comprises an enterprise + // standard option #43. This option comprises an enterprise // number and sub options. By convention (introduced in - // std_option_defs.h) option named 'vendor-opts' + // std_option_defs.h) option named 'vendor-encapsulated-options' // encapsulates the option space named 'vendor-encapsulated-options-space'. // We add our dummy options to this option space and thus - // they should be included as sub-options in the 'vendor-opts' - // option. + // they should be included as sub-options in the + // 'vendor-encapsulated-options' option. config = "{ " + genIfaceConfig() + "," + "\"valid-lifetime\": 3000," "\"rebind-timer\": 2000," |