diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/services/dhcp.rst | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst index 65457b8e..c8b26263 100644 --- a/docs/services/dhcp.rst +++ b/docs/services/dhcp.rst @@ -642,10 +642,9 @@ Configuration  Example  ------- -* Use interfaces ``eth1`` and ``eth2`` for DHCP relay -* Router receives DHCP client requests on ``eth1`` and relays them through -  ``eth2`` +* Listen for DHCP requests on interface ``eth1``.  * DHCP server is located at IPv4 address 10.0.1.4. +* Router receives DHCP client requests on ``eth1`` and relays them to the server at 10.0.1.4.  .. figure:: /_static/images/service_dhcp-relay01.png     :scale: 80 % @@ -659,7 +658,6 @@ The generated configuration will look like:    show service dhcp-relay        interface eth1 -      interface eth2        server 10.0.1.4        relay-options {           relay-agents-packets discard | 
