diff --git a/neutron/agent/l3/link_local_allocator.py b/neutron/agent/l3/link_local_allocator.py index f7fc84b56e5..f313aa33503 100644 --- a/neutron/agent/l3/link_local_allocator.py +++ b/neutron/agent/l3/link_local_allocator.py @@ -35,7 +35,7 @@ class LinkLocalAllocator(ItemAllocator): These link local addresses are used for routing inside the fip namespaces. The associations need to persist across agent restarts to maintain consistency. Without this, there is disruption in network connectivity - as the agent rewires the connections with the new IP address assocations. + as the agent rewires the connections with the new IP address associations. Persisting these in the database is unnecessary and would degrade performance.