summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/services/dhcp.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst
index bcadb673..9f2f57f7 100644
--- a/docs/services/dhcp.rst
+++ b/docs/services/dhcp.rst
@@ -11,15 +11,16 @@ VyOS uses ISC DHCPd for both IPv4 and IPv6 address assignment.
DHCP Server
===========
-The network topology is declared by shared-network-name and the subnet declarations.
-The DHCP service can serve multiple shared networks, with each shared network having 1 or more subnets.
-Each subnet must be present on an interface.
-A range can be declared inside a subnet to define a pool of dynamic addresses.
-Multiple ranges can be defined and can contain holes.
-Static mappings can be set to assign "static" addresses to clients based on their MAC address.
-
-Basic Example
--------------
+The network topology is declared by shared-network-name and the subnet
+declarations. The DHCP service can serve multiple shared networks, with each
+shared network having 1 or more subnets. Each subnet must be present on an
+interface. A range can be declared inside a subnet to define a pool of dynamic
+addresses. Multiple ranges can be defined and can contain holes. Static
+mappings can be set to assign "static" addresses to clients based on their MAC
+address.
+
+Example
+-------
In this example, we are offering address space in the 192.0.2.0/24 network.
We are using the network name `dhcpexample`.