neutron/neutron/agent/linux
sridhargaddam 0991b190df Support MTU advertisement using IPv6 RAs
RFC4861 allows us to specify the Link MTU using IPv6 RAs.
When advertise_mtu is set in the config, this patch supports
advertising the LinkMTU using Router Advertisements.

Conflicts:
	neutron/agent/linux/ra.py
	neutron/common/config.py
	neutron/db/l3_db.py
	neutron/tests/common/l3_test_common.py
	neutron/tests/unit/agent/l3/test_agent.py
	neutron/tests/unit/db/test_l3_db.py

Liberty modifications:
- In test_l3_db.py, added two test cases that were covering the
  change in Mitaka+.

Partially Implements: blueprint mtu-selection-and-advertisement
Closes-Bug: #1495444
Change-Id: I50d40cd3b8eabf1899461a80e729d5bd1e727f28
(cherry picked from commit 47713f5870)
2016-05-17 15:08:02 +02:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Keep reading stdout/stderr until after kill 2016-01-26 18:16:21 +00:00
bridge_lib.py Check tap bridge timestamps to detect local changes 2016-03-24 10:56:04 +01:00
daemon.py Correct unwatch_log to support python <= 2.7.5 2015-12-01 06:05:15 +00:00
dhcp.py Merge "Make agent interface plugging utilize network MTU" into stable/liberty 2016-05-17 12:58:15 +00:00
dibbler.py L3 agent changes and reference implementation for IPv6 PD 2015-08-25 08:44:13 +01:00
external_process.py Merge "Change log level from error to warning" into stable/liberty 2016-04-01 14:32:31 +00:00
interface.py Make agent interface plugging utilize network MTU 2016-04-19 16:44:43 +02:00
ip_conntrack.py De-dup conntrack deletions before running them 2016-03-18 16:15:19 +00:00
ip_lib.py Prevent binding IPv6 addresses to Neutron interfaces 2016-03-10 08:28:34 -06:00
ip_link_support.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
ip_monitor.py Ignore possible suffix in iproute commands. 2015-12-16 14:26:34 +00:00
ipset_manager.py Execute ipset command using check_exit_code 2015-10-06 08:48:55 +00:00
iptables_comments.py Neutron to Drop Router Advts from VM ports 2015-04-24 03:42:07 +00:00
iptables_firewall.py IPtables firewall prevent ICMPv6 spoofing 2016-04-27 22:12:58 -05:00
iptables_manager.py Use diffs for iptables restore instead of all rules 2015-12-09 15:55:17 +00:00
keepalived.py DVR: Increase the link-local address pair range 2016-04-07 14:43:24 +00:00
ovsdb_monitor.py ovsdb monitor: get rid of custom _read_stdout/_read_stderr methods 2015-09-21 17:55:38 +02:00
pd.py Register RA and PD config options in l3-agent 2016-05-17 15:07:16 +02:00
pd_driver.py L3 agent changes and reference implementation for IPv6 PD 2015-08-25 08:44:13 +01:00
polling.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
ra.py Support MTU advertisement using IPv6 RAs 2016-05-17 15:08:02 +02:00
utils.py Fixes 'ovs-agent cannot start on Windows because root_helper opt is not found' 2015-10-02 16:02:52 +00:00