diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-12-06 13:48:35 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-12-06 13:49:40 +0100 |
commit | 6bbbc1edf76e0c1182b543469d9a22363e148fb1 (patch) | |
tree | 0d68c80bd0d8468d79a35bc4b205dcb798fa9e32 /doc | |
parent | [#1989] Fixed JSON (diff) | |
download | kea-6bbbc1edf76e0c1182b543469d9a22363e148fb1.tar.xz kea-6bbbc1edf76e0c1182b543469d9a22363e148fb1.zip |
[#1989] Addressed review comment
modified: arm/dhcp4-srv.rst
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 254f9e8268..a45524e805 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4031,10 +4031,11 @@ qualifying suffix is "example.com", and the default value is used for .. note:: - When the client sends the host name option, ``kea-dhcp4`` never adds a dot to - the returned host name. It will only end with a dot if the client sent it - already qualified and ending with a dot. When the client sends the FQDN option, - the FQDN returned in the response will always end with a dot. + When the client sends the host name option, ``kea-dhcp4`` never adds + a dot to the host name in the returned option. It will only end with + a dot if the client sent it already qualified and ending with a dot. + When the client sends the FQDN option, the FQDN returned in the response + will always end with a dot. .. _dhcp4-host-name-sanitization: |