]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove hack for sending gratuitous arp from fip ns
authorJack McCann <jack.mccann@hp.com>
Wed, 15 Apr 2015 22:32:51 +0000 (22:32 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Tue, 26 May 2015 16:13:35 +0000 (16:13 +0000)
commiteac9fb143cf3e6f4dd2b3413f81dab92d42354ca
treec66baeeff40e4269ed89e98b0e3b4d9eaa8a742b
parent4da81f2d3c81cdca70c3f43be9ee14b4a7329688
Remove hack for sending gratuitous arp from fip ns

I just saw this note toward bottom of the lartc [1] page:  "On Linux
2.4, you may need to execute 'echo 1 >
/proc/sys/net/ipv4/ip_nonlocal_bind' before being able to send out
unsolicited ARP messages!"  I wonder if we set that in fip ns, if it
will let us send grat arp without adding/removing the IP.  It couldn't
be that easy, could it?

[1] http://lartc.org/howto/lartc.bridging.proxy-arp.html

Change-Id: Ie55b402a6c46af00c8d4875264489fc4318544b3
neutron/agent/l3/dvr_fip_ns.py
neutron/agent/l3/dvr_router.py
neutron/agent/linux/ip_lib.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/l3/test_dvr_router.py
neutron/tests/unit/agent/linux/test_ip_lib.py