mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
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.
This commit is contained in:
parent
082feeaedd
commit
2a86215b07
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user