neutron/neutron/tests/unit/agent/l3
Dane LeBlanc 5ff082bcfe Stop sending gratuitous arp when ip version is 6
This fix prevents calls to the arping utility for IPv6
addresses, thereby eliminating errors reported by arping
for IPv6 addresses.

The assumption is that NDP, DAD, and RAs are sufficient
for address resolution and duplicate address detection
for IPv6, and that unsolicited Neighbor Advertisements (NAs)
are not required for OpenStack services. If this turns out
not to be the case for some service/feature, then a separate
bug should be filed to add support for unsolicited NAs for
that service.

Change-Id: I14f869b7d488d7e691f7316eafcab3064e12cda6
Closes-Bug: 1357068
2015-06-11 13:47:04 -04:00
..
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py Stop sending gratuitous arp when ip version is 6 2015-06-11 13:47:04 -04:00
test_dvr_fip_ns.py Stop sending gratuitous arp when ip version is 6 2015-06-11 13:47:04 -04:00
test_dvr_router.py Stop sending gratuitous arp when ip version is 6 2015-06-11 13:47:04 -04:00
test_ha_router.py Move final remnants of router processing to router classes 2015-03-30 16:58:53 +00:00
test_legacy_router.py Stop sending gratuitous arp when ip version is 6 2015-06-11 13:47:04 -04:00
test_link_local_allocator.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_namespace_manager.py Add tests for the l3 agent namespaces manager 2015-03-28 17:13:37 -05:00
test_router_info.py Don't update floating IP status if no change 2015-05-29 21:04:32 -07:00
test_router_processing_queue.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00