]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Broadcast service port's arp in DVR
authorleejian0612 <ljianbj@cn.ibm.com>
Wed, 5 Aug 2015 08:00:35 +0000 (16:00 +0800)
committerleejian0612 <ljianbj@cn.ibm.com>
Thu, 6 Aug 2015 10:23:21 +0000 (18:23 +0800)
commit85ebf88afa04986cd0e5d65f20c9f286820d87a5
treed28de99b34e1473f6fdbafbabc7c600dc22dd00c
parentc58441796736a763c910a7486646d1969ec1b98c
Broadcast service port's arp in DVR

When creating VMs, DVR router will broadcast VM's arp details to all the
l3 agents hosting it. that enable dvr can forwarding networking traffic
in link layer, but when the port is attached to the service liking
lbaas, their arp will not be broadcast, so the dvr do not know its mac,
and will cause that vms in other subnet can not reach the service port
through the dvr router.

Change-Id: Ia78a35f39981d6659fc220e02fb10917bda74e04
Closes-Bug: #1481613
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py