neutron/neutron/agent
Brian Haley 904f85e2f9 Disable 'accept_ra' in DHCP agent namespace
Currently the DHCP agent relies on the acceptance of an
RA to configure its IPv6 address with SLAAC or DHCPv6-stateless
network modes.  It should explicitly assign addresses to the
agent based on the data model instead.

In order to do this we must disable RAs in the namespace so
that a static assignment doesn't conflict with a previously
created dynamically-generated address.

Change-Id: I1b38d131249d59fa486a07024d4b1ec61e693d59
Related-bug: #1627902
2016-11-16 04:15:44 +00:00
..
common Replace retrying with tenacity 2016-10-20 13:43:40 -06:00
dhcp DHCP: Add missing path for marking ports as ready 2016-11-09 03:20:11 +00:00
l2 neutron-lib: start using neutron-lib helpers 2016-10-10 01:30:26 -07:00
l3 Disable 'accept_ra' in DHCP agent namespace 2016-11-16 04:15:44 +00:00
linux Disable 'accept_ra' in DHCP agent namespace 2016-11-16 04:15:44 +00:00
metadata neutron-lib: use cpu_count 2016-10-12 23:34:40 -07:00
ovsdb Replace retrying with tenacity 2016-10-20 13:43:40 -06:00
windows neutron-lib: complete usage of helpers 2016-11-10 05:40:15 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
agent_extensions_manager.py Fix typo in comment 2016-10-05 01:27:11 +00:00
dhcp_agent.py Refactoring config options for dhcp agent 2016-07-06 17:24:23 +00:00
firewall.py Use ICMPV6_TYPE_* constants from neutron-lib 2016-05-28 07:53:35 -07:00
l3_agent.py Refactoring config options for l3 ha agent opts 2016-09-30 15:00:42 -05:00
metadata_agent.py Switch to oslo.cache 2016-06-02 15:22:36 +00:00
rpc.py Don't use exponential back-off for report_state 2016-07-28 14:54:19 +03:00
securitygroups_rpc.py Cleanup of SecurityGroup classes 2016-10-13 15:38:38 +00:00