jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

Need "sleep 2" before arping otherwise it does not work #218

Closed monotek closed 5 months ago

monotek commented 7 years ago

We're using pipework with docker and running it from our systemd service unit, which starts the container. To get it work we had to add a sleep 2 before the arping is done, in this line:

https://github.com/jpetazzo/pipework/blob/ae42f1b5fef82b3bc23fe93c95c345e7af65fef3/pipework#L455

jpetazzo commented 5 months ago

Closing old issues.