pkg/iptables
Aaron Davidson 81e1cdca21 Do our best not to invoke iptables concurrently if --wait is unsupported
We encountered a situation where concurrent invocations of the docker daemon on a machine with an older version of iptables led to nondeterministic errors related to simultaenous invocations of iptables.

While this is best resolved by upgrading iptables itself, the particular situation would have been avoided if the docker daemon simply took care not to concurrently invoke iptables. Of course, external processes could also cause iptables to fail in this way, but invoking docker in parallel seems like a pretty common case.

Signed-off-by: Aaron Davidson <aaron@databricks.com>
2015-04-29 14:40:25 -07:00
..
firewalld.go React to firewalld's reload/restart 2015-04-20 13:02:09 +02:00
firewalld_test.go Firewalld tests 2015-04-20 13:02:09 +02:00
iptables.go Do our best not to invoke iptables concurrently if --wait is unsupported 2015-04-29 14:40:25 -07:00
iptables_test.go Do our best not to invoke iptables concurrently if --wait is unsupported 2015-04-29 14:40:25 -07:00