Documentation for multiple MACs

This commit is contained in:
RedRampage 2015-06-24 15:52:21 +03:00
parent 4039457bd6
commit 811460752a

View File

@ -289,7 +289,8 @@ hosts. Each dict can have following keys:
Name of the host Name of the host
``ethernet`` ``ethernet``
Ethernet address of this host Ethernet address of this host, if host has multiple aggregated(bonded) links
you may specify their ethernet addresses as a list.
``address`` ``address``
IP address of this host IP address of this host
@ -310,6 +311,11 @@ Examples::
- hostname: 'examplehost' - hostname: 'examplehost'
address: '10.0.10.1' address: '10.0.10.1'
ethernet: '00:00:00:00:00:00' ethernet: '00:00:00:00:00:00'
- hostname: 'bondedhost'
address: '10.0.10.2'
ethernet:
- '00:00:00:00:00:01'
- '00:00:00:00:00:02'
.. _dhcpd_includes: .. _dhcpd_includes: