diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-11 22:28:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 22:28:02 +0200 |
commit | 679a7967f5b4ae41fa92bad5d3efa6e883b33610 (patch) | |
tree | 95bb90c8a6e71ab79906ac6cee304f631aaacf1c /docs/configuration/service/dhcp-server.rst | |
parent | b8cc2a3971104ed3b4e9b77bd33a02cccaf6b54a (diff) | |
parent | 20fae5d25db3989b958d38a83dbca8573ec8a9d2 (diff) | |
download | vyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.tar.gz vyos-documentation-679a7967f5b4ae41fa92bad5d3efa6e883b33610.zip |
Merge pull request #546 from rebortg/autosectionlabel
Autosectionlabel
Diffstat (limited to 'docs/configuration/service/dhcp-server.rst')
-rw-r--r-- | docs/configuration/service/dhcp-server.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 3f435605..a6f64aa4 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -317,6 +317,8 @@ Example Please see the :ref:`dhcp-dns-quick-start` configuration. +.. _dhcp-server:v4_example_failover: + Failover -------- @@ -357,6 +359,7 @@ Common configuration, valid for both primary and secondary node. set service dhcp-server shared-network-name NET-VYOS subnet 192.0.2.0/24 failover peer-address '192.168.189.252' set service dhcp-server shared-network-name NET-VYOS subnet 192.0.2.0/24 failover status 'primary' +.. _dhcp-server:v4_example_raw: Raw Parameters -------------- @@ -377,7 +380,8 @@ Raw Parameters Option 43 for UniFI ------------------- -* These parameters need to be part of the DHCP global options. They stay unchanged. +* These parameters need to be part of the DHCP global options. + They stay unchanged. .. code-block:: none @@ -456,6 +460,8 @@ IPv6 server VyOS also provides DHCPv6 server functionality which is described in this section. +.. _dhcp-server:v6_config: + Configuration ============= @@ -557,6 +563,8 @@ The configuration will look as follows: } } +.. _dhcp-server:v6_static_mapping: + Static mappings --------------- @@ -603,6 +611,8 @@ The configuration will look as follows: .. start_vyoslinter +.. _dhcp-server:v6_op_cmd: + Operation Mode ============== |