]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds an option to enable broadcast replies to Dnsmasq
authorItzik Brown <itzikb@dev.mellanox.co.il>
Tue, 2 Sep 2014 07:02:22 +0000 (10:02 +0300)
committerItzik Brown <itzikb@redhat.com>
Mon, 27 Oct 2014 15:02:45 +0000 (17:02 +0200)
commit0ed0857461b6bb57096e94dd4f31baeeea8a5a75
tree8cd94f828d3a0aadd8cacf773fdb53bc878217e4
parent8cd633ad19722c5e215c66e426282108826c9a6b
Adds an option to enable broadcast replies to Dnsmasq

Adds a flag for DHCP agent configuration
to add dhcp-broadcast flag to Dnsmasq process
In order to support virtual network on top of Infiniband
Fabric, there is a requirement to receive DHCP response
via broadcast message (according to IB Spec).

DocImpact
Change-Id: I95329e535bacf14b650a8f37179ecd020b5bfafe
Closes-Bug: #1293953
etc/dhcp_agent.ini
neutron/agent/linux/dhcp.py
neutron/tests/unit/test_linux_dhcp.py