diff options
author | Daniel Foster <Merlin83b@users.noreply.github.com> | 2020-01-23 17:53:14 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-23 18:53:14 +0100 |
commit | 2a86215b07874a5b6db91abd93dd8633bea1834b (patch) | |
tree | 847ba32f493484670ca1b897fecc962be1af986d /docs/services/dhcp.rst | |
parent | 082feeaeddc5cd3a56cd1a58a4b2456c87b5112b (diff) | |
download | vyos-documentation-2a86215b07874a5b6db91abd93dd8633bea1834b.tar.gz vyos-documentation-2a86215b07874a5b6db91abd93dd8633bea1834b.zip |
dhcp-relay: remove no longer required need on two interfaces
Phabricator T1978 for full explanation, dhcp-relay doesn't require specification of more than one interface.
Diffstat (limited to 'docs/services/dhcp.rst')
-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 |