From a83e284024b3b19dcbd11237a7ccdf8b81c11206 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 15 Jun 2018 17:53:17 +0200 Subject: [PATCH] [master] Reverted option type from "hex" to "binary". The documentation was wrong. The type we support is "binary" not hex. Okayed on jabber. --- doc/guide/dhcp4-srv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 812d9e8f88..6fcb4dd7c6 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -1587,7 +1587,7 @@ It is merely echoed by the server NameMeaning - hexAn arbitrary string of bytes, specified as a set of hexadecimal digits. + binaryAn arbitrary string of bytes, specified as a set of hexadecimal digits. booleanBoolean value with allowed values true or false emptyNo value, data is carried in suboptions fqdnFully qualified domain name (e.g. www.example.com) -- 2.47.2