diff options
| author | Simon <965089+sarthurdev@users.noreply.github.com> | 2026-02-05 16:35:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 15:35:12 +0000 |
| commit | 595015a261f5f85bb0c4b8822e5bfe03fce55678 (patch) | |
| tree | bbc71bf07112e3dc64b3305e2f079e95ecfda5ff /docs/configuration/service | |
| parent | 7f2d94a10d6f439e9f3b4a5fff98c317d680c262 (diff) | |
| download | vyos-documentation-595015a261f5f85bb0c4b8822e5bfe03fce55678.tar.gz vyos-documentation-595015a261f5f85bb0c4b8822e5bfe03fce55678.zip | |
kea: T6068: Add note about peer name conflicts (#1759)
Diffstat (limited to 'docs/configuration/service')
| -rw-r--r-- | docs/configuration/service/dhcp-server.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 4c5c29a1..09f40b37 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -381,6 +381,8 @@ statements on both servers: Define the name of the peer server to establish and identify the HA (High Availability) connection. + .. note:: Make sure the specified value does not conflict with the system host-name. + .. cfgcmd:: set service dhcp-server high-availability status <primary | secondary> |
