neutron/neutron/conf/agent
Harald Jensås 03e88cd72a DHCPv6 - Use addr6_list in dnsmasq
Adds a new bool option dnsmasq_enable_addr6_list, when
enabled configuration for dnsmasq will be created with a
single dhcp-host entry specifying a list of ip addresses
allocated for a port.

Previously the dnsmasq dhcp-agent driver would write a
separate dhcp-host entry for each fixed-ip of a port in
the dnsmasq hosts file. The result of the previous
behaviour is that dnsmasq will only use one of the config
entries, i.e the first one matching the mac identifier.

The trade-off is that only a single dns_assignment will
be used for IPv6 addresses within the same subnet. (But
in practice, this was always the case since only the
first config entry would be used by dnsmasq.)

Why is this neccecary:
  This is done to enable ironic provisioning over IPv6
  using DHCPv6-stateful. For background info, please
  read dnsmasq-discuss thread:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2020q1/thread.html#13671

Conflicts:
    neutron/cmd/sanity/checks.py

Closes-Bug: #1861032
Change-Id: I833840e7daed2efa7efaece27cfd1ba28e0feb90
(cherry picked from commit 592c2f8d91)
2020-03-16 21:03:43 +01:00
..
database Define dhcp_agents_per_network with min=1 2019-05-15 14:08:21 -04:00
l3 Add radvd_user config option 2019-10-25 08:14:45 +00:00
metadata Merge "Remove deprecated nova_metadata_ip" 2018-01-18 12:09:06 +00:00
__init__.py Refactoring config options for dhcp agent 2016-07-06 17:24:23 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
cmd.py Remove Neutron LBaaS 2019-09-20 07:46:06 +00:00
common.py Add kill hooks for external processes 2019-06-03 14:39:51 +02:00
dhcp.py DHCPv6 - Use addr6_list in dnsmasq 2020-03-16 21:03:43 +01:00
l2_ext_fdb_population.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
linux.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
ovs_conf.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
ovsdb_api.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
securitygroups_rpc.py Add custom ethertype processing 2019-06-28 14:07:16 -04:00
windows.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
xenapi_conf.py XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00