Eugene,
Attached are the cap files from both boxes. Again, the 10.1.22.5.cap file is from the Etcd server and the 10.1.22.134.cap file is from the client with the old IP. As a setup, I waited until 10.1.22.134 reported as STALE on the Etcd server, started tcpdump on both boxes via the toolbox. On 10.1.22.134, I ran tcpdump as:
tcpdump -i eth0 -v -w capture.cap port not 22
and on 10.1.22.5, I ran it as:
tcpdump -i eth0 -w capture.cap -vvv port not 22 and port not 4001 and not port 7001 and port not 2380
to filter out some of the noise.
I then tried to curl
10.1.22.5:2379, then tried to ping 10.1.22.5, curl again, and then a final ping. The entire time, ip neigh on 10.1.22.5 reported as REACHABLE.
Bryan