neutron/neutron/agent/linux
Xu Han Peng 3686d035de Support Stateful and Stateless DHCPv6 by dnsmasq
* This patch adds support for subnets created with 'ipv6_address_mode'
  set to 'dhcpv6-stateful' or 'dhcpv6-stateless' by dnsmasq.
* If no dnsmasq process for subnet's network is launched, Neutron
  will launch new dnsmasq process on subnet's dhcp port in 'qdhcp-'
  namespace. If previous dnsmasq process is already launched,
  restart dnsmasq with new configuration.
* Neutron will update dnsmasq process and restart it when subnet
  gets updated.
* This patch enforces the version check of dnsmasq. dhcp-agent will
  fail to start if version of dnsmasq<2.63.

DocImpact
UpgradeImpact
Blueprint dnsmasq-ipv6-dhcpv6-stateful
Blueprint dnsmasq-ipv6-dhcpv6-stateless

Change-Id: I30e9950bbc5a89f01ccb9c561471f155a9fd1d11
2014-08-20 13:04:48 +08:00
..
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
async_process.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
daemon.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
dhcp.py Support Stateful and Stateless DHCPv6 by dnsmasq 2014-08-20 13:04:48 +08:00
external_process.py Support Router Advertisement Daemon (radvd) for IPv6 2014-07-20 22:32:19 -04:00
interface.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
ip_lib.py Merge "Merge multiple constants defining linux interface maximum length" 2014-06-25 03:48:13 +00:00
iptables_firewall.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
iptables_manager.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
ovs_lib.py L2 Agent-side additions to support DVR 2014-07-22 00:13:59 -07:00
ovsdb_monitor.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
polling.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
ra.py Support Router Advertisement Daemon (radvd) for IPv6 2014-07-20 22:32:19 -04:00
utils.py Support Router Advertisement Daemon (radvd) for IPv6 2014-07-20 22:32:19 -04:00