]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
support 'send_arp_for_ha' option in l3_agent
authorjustin ljj <iamljj@gmail.com>
Mon, 27 Aug 2012 08:27:23 +0000 (16:27 +0800)
committerJiajun Liu <iamljj@gmail.com>
Mon, 29 Oct 2012 02:47:07 +0000 (10:47 +0800)
commite1130a96740e1d3180b2aa5a2874d5598ea9320b
tree2d3e76a086a234d98b3ff2a1346135c1dfaa92b4
parent3e0afd8d118d8c73a13495c3a431952e2a541d91
support 'send_arp_for_ha' option in l3_agent

Fixes bug 1042046

Sending gratuitous ARPs when a external router or a floating
IP was added in order to facilitate HA.

I am using iputils-arping package to send ARP packets. You will need
to install iputils-arping on Ubuntu and iputils on Fedora/RHEL/CentOS.
Arping locates in /usr/bin/arping on Ubuntu and locates in /sbin/arping
on Fedora/RHEL/CentOS.

Change-Id: I125dbc57b90027dc5e99ff0a5d6877843a0b02a5
etc/l3_agent.ini
etc/quantum/rootwrap.d/l3.filters
quantum/agent/l3_agent.py
quantum/tests/unit/test_l3_agent.py