]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix dynamic arp populate error for dvr routers
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Fri, 3 Apr 2015 00:25:39 +0000 (17:25 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 7 Apr 2015 02:58:51 +0000 (19:58 -0700)
commite585c822e38919451beeb95406c521b09b18e9fc
tree30e381ed30d93a74e90eb66b673acf10777175ad
parent10286abe752f9baff92f9326bea6d176a46ed8af
Fix dynamic arp populate error for dvr routers

Recent refactor to the L3 Agent have introduced
this problem. When we create a VM after we
attach an interface to a router or when we add
an interface with an existing VM to a router, in
both cases the arp entries for the dvr serviced
ports are not getting populated in the Router
Namespace.

Closes-Bug: #1438969

Change-Id: I4a82e2435d176f3d9336d7f0dab9726c063840b9
Co-authored-by: Armando Migliaccio <armamig@gmail.com>
neutron/agent/l3/dvr_router.py
neutron/agent/linux/ip_lib.py
neutron/tests/functional/agent/test_l3_agent.py