neutron/neutron/tests/unit/agent/l3
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 Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Support MTU advertisement using IPv6 RAs 2016-05-17 15:08:02 +02:00
test_dvr_fip_ns.py Fix for adding gateway with IP outside subnet 2016-02-22 16:32:26 +05:30
test_dvr_local_router.py Split the FIP Namespace delete in L3 agent for DVR 2016-04-01 16:11:17 -04:00
test_fip_rule_priority_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_ha_router.py Don't add default route to HA router if there is no gateway ip 2015-11-18 02:15:11 +00:00
test_item_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_legacy_router.py Delete gateway conntrack state when remove external gateway 2015-09-09 09:24:40 +08:00
test_link_local_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_namespace_manager.py Do not delete fip namespace during l3 dvr agent resync 2015-08-07 20:10:25 +03:00
test_router_info.py Static routes not added to qrouter namespace for DVR 2016-02-09 14:42:34 +02:00
test_router_processing_queue.py Switch to oslo_utils.uuidutils 2015-06-22 11:06:18 +00:00