c28dd28514

To complete the DHCP support for non-local routed networks via relay agent the dhcp agent must configure the netmask in the --dhcp-range option for IPv4 networks. This was previously not required becuase dnsmasq can determine it from the local interface information for local networks. DNSMASQ(8) For directly connected networks (ie, networks on which the machine running dnsmasq has an interface) the netmask is optional: dnsmasq will determine it from the interface configuration. For networks which receive DHCP service via a relay agent, dnsmasq cannot determine the netmask itself, so it should be specified, otherwise dnsmasq will have to guess, based on the class (A, B or C) of the network address. The broadcast address is always optional. It is always allowed to have more than one dhcp-range in a single subnet. Change-Id: I5d609e47a3463c11338dd38aedebfb4a6822f503 Closes-Bug: #1699754
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%