[ovs-dev] [PATCH 2/2] OVN: Add support for DHCP option 150 - TFTP server address

Ben Pfaff blp at ovn.org
Thu Mar 7 22:16:09 UTC 2019


On Thu, Mar 07, 2019 at 04:28:35PM +0000, lmartins at redhat.com wrote:
> From: Lucas Alvares Gomes <lucasagomes at gmail.com>
> 
> OpenStack Ironic relies on a few DHCP options [0] that were not
> supported in OVN yet. This patch is adding the last one which is the
> option 150 (TFTP server address, RFC5859 [1]).
> 
> Note that this option is Cisco proprietary, the IEEE standard that
> matches with this requirement is Option 66. The difference is that 150
> allows to multiple IPs to be specified and 66 only allows one.
> 
> [0]
> https://github.com/openstack/ironic/blob/3f6d4c6a789b12512d6cc67cdbc93ba5fbf29848/ironic/common/pxe_utils.py#L44-L54
> [1] https://tools.ietf.org/html/rfc5859
> 
> Signed-off-by: Lucas Alvares Gomes <lucasagomes at gmail.com>

I applied this series.  Thank you!


More information about the dev mailing list