neutron/neutron/conf/agent
Harald Jensås 592c2f8d91 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

Closes-Bug: #1861032
Change-Id: I833840e7daed2efa7efaece27cfd1ba28e0feb90
2020-03-03 11:03:36 +01:00
..
database Define dhcp_agents_per_network with min=1 2019-05-15 14:08:21 -04:00
l3 Support L3 agent cleanup on shutdown 2019-12-16 17:01:31 -05:00
metadata Merge "Remove deprecated nova_metadata_ip" 2018-01-18 12:09:06 +00:00
ovn [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +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 Improve ovs cleanup utility help 2019-12-20 09:14:34 +00:00
common.py Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
dhcp.py DHCPv6 - Use addr6_list in dnsmasq 2020-03-03 11:03:36 +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 Add "igmp_snooping_enable" config option for OVS agent 2019-11-02 13:46:13 +01:00
ovsdb_api.py Remove info about "ovsdb_interface" from config description 2019-10-30 10:14:26 +01: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