diff options
author | bri <284789+b-@users.noreply.github.com> | 2023-02-04 22:49:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-04 22:49:21 -0500 |
commit | b24f0d7cbfffd0ea2f67b2ea6b074fbfb85f6f0a (patch) | |
tree | a5fb91b426f70f061feb24d50f78b16914d02423 /docs | |
parent | d39ce49e2f54b99433c5c661fc1cb6efbbe6c930 (diff) | |
download | vyos-documentation-b24f0d7cbfffd0ea2f67b2ea6b074fbfb85f6f0a.tar.gz vyos-documentation-b24f0d7cbfffd0ea2f67b2ea6b074fbfb85f6f0a.zip |
Update dhcp-server.rst
fixed static mapping example client name
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/service/dhcp-server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 3f4b7b89..b4245f0c 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -234,7 +234,7 @@ inside the subnet definition but can be outside of the range statement. **Example:** -* IP address ``192.168.1.100`` shall be statically mapped to client named ``client100`` +* IP address ``192.168.1.100`` shall be statically mapped to client named ``client1`` .. code-block:: none |