diff options
author | Francis Dupont <fdupont@isc.org> | 2019-02-09 02:38:44 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-02-12 16:36:29 +0100 |
commit | 334c217c3c93edf20051c9c61a452b68928f1f87 (patch) | |
tree | 1b651a763d29ee01fc60d8728c91a7fd86025e59 /doc/guide/dhcp4-srv.xml | |
parent | [361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-bina... (diff) | |
download | kea-334c217c3c93edf20051c9c61a452b68928f1f87.tar.xz kea-334c217c3c93edf20051c9c61a452b68928f1f87.zip |
[361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary] Fixed type of option 60 vendor-class-identifier
Diffstat (limited to '')
-rw-r--r-- | doc/guide/dhcp4-srv.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index c6fe792e39..acc46e66b1 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -1610,7 +1610,7 @@ This rather belong to the DDNS configuration <row><entry>dhcp-renewal-time</entry><entry>58</entry><entry>uint32</entry><entry>false</entry><entry>true</entry></row> <row><entry>dhcp-rebinding-time</entry><entry>59</entry><entry>uint32</entry><entry>false</entry><entry>true</entry></row> --> -<row><entry>vendor-class-identifier</entry><entry>60</entry><entry>binary</entry><entry>false</entry><entry>false</entry></row> +<row><entry>vendor-class-identifier</entry><entry>60</entry><entry>string</entry><entry>false</entry><entry>false</entry></row> <!-- Client identifier should not be configured by a user. <row><entry>dhcp-client-identifier</entry><entry>61</entry><entry>binary</entry><entry>false</entry><entry>true</entry></row> --> |