![]() the iptables monitor was using iptables -L to list the chains, without the -n option, so it was trying to do reverse DNS lookups. A side effect is that it was holding the lock, so other components could not use it. We can use -S instead of -L -n to avoid this, since we only want to check the chain exists. |
||
---|---|---|
.. | ||
testing | ||
BUILD | ||
doc.go | ||
iptables_linux.go | ||
iptables_test.go | ||
iptables_unsupported.go | ||
iptables.go | ||
monitor_test.go | ||
OWNERS | ||
save_restore_test.go | ||
save_restore.go |