diff options
author | Jernej Jakob <jernej.jakob@gmail.com> | 2019-12-06 18:06:10 +0100 |
---|---|---|
committer | Jernej Jakob <jernej.jakob@gmail.com> | 2019-12-13 08:49:06 +0100 |
commit | 453b4a7e6e2918626ea730e86972c8ea5be6b0e1 (patch) | |
tree | 162e190d549a5cfd5d8c5021a3e731ae223ce9e5 /docs/services | |
parent | 9e4ebfb00ca42c1aaf4ddd9e42328bc172436bb3 (diff) | |
download | vyos-documentation-453b4a7e6e2918626ea730e86972c8ea5be6b0e1.tar.gz vyos-documentation-453b4a7e6e2918626ea730e86972c8ea5be6b0e1.zip |
dhcp: fix typo
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/dhcp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst index 1a1a9ec9..22bb97a4 100644 --- a/docs/services/dhcp.rst +++ b/docs/services/dhcp.rst @@ -108,7 +108,7 @@ A generic name referencing this sync service. .. cfgcmd:: set service dhcp-server shared-network-name 'LAN' subnet '192.0.2.0/24' failover status '{primary|secondary}' The primary and secondary statements determines whether the server is primary -r secondary. +or secondary. .. note:: In order for the primary and the secondary DHCP server to keep their lease tables in sync, they must be able to reach each other on TCP |