diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/dhcp4/tests/inform_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/tests/inform_unittest.cc b/src/bin/dhcp4/tests/inform_unittest.cc index 9916a56730..f6d83fd360 100644 --- a/src/bin/dhcp4/tests/inform_unittest.cc +++ b/src/bin/dhcp4/tests/inform_unittest.cc @@ -110,7 +110,7 @@ const char* INFORM_CONFIGS[] = { "\"valid-lifetime\": 600," "\"next-server\": \"10.0.0.1\"," "\"server-hostname\": \"nohost\"," - "\"server-hostname\": \"nofile\"," + "\"boot-file-name\": \"nofile\"," "\"subnet4\": [ { " " \"subnet\": \"192.0.2.0/24\", " " \"reservations\": [ " |