dhcp: use 80 character line breaks

This commit is contained in:
Christian Poessinger 2020-01-04 16:03:41 +01:00
parent e9b576ebe9
commit 36da6f8bc5

View File

@ -11,15 +11,16 @@ VyOS uses ISC DHCPd for both IPv4 and IPv6 address assignment.
DHCP Server DHCP Server
=========== ===========
The network topology is declared by shared-network-name and the subnet declarations. The network topology is declared by shared-network-name and the subnet
The DHCP service can serve multiple shared networks, with each shared network having 1 or more subnets. declarations. The DHCP service can serve multiple shared networks, with each
Each subnet must be present on an interface. shared network having 1 or more subnets. Each subnet must be present on an
A range can be declared inside a subnet to define a pool of dynamic addresses. interface. A range can be declared inside a subnet to define a pool of dynamic
Multiple ranges can be defined and can contain holes. addresses. Multiple ranges can be defined and can contain holes. Static
Static mappings can be set to assign "static" addresses to clients based on their MAC address. mappings can be set to assign "static" addresses to clients based on their MAC
address.
Basic Example Example
------------- -------
In this example, we are offering address space in the 192.0.2.0/24 network. In this example, we are offering address space in the 192.0.2.0/24 network.
We are using the network name `dhcpexample`. We are using the network name `dhcpexample`.