Files
vmware-nsx/neutron/agent/l3_agent.py
Brian Haley f1f5293b8b Spawn arping in thread to speed-up floating IP
Change _send_gratuitous_arp_packet() to spawn a thread to call
arping after a floating IP is assigned.  This way it doesn't
stall _process_routers() from returning quickly due to calling
pool.waitall().

Fixes Bug: 1233391

Change-Id: Id1f5eb75c222ba6a0935a294e3973292f50d0559
2013-10-17 10:42:11 -04:00

37 KiB