varnish/varnishgather

Do not run iptables if the modules are not loaded

Closed this issue · 1 comments

Running iptables (-L etc) on a system without the iptables modules loaded will load the modules. Varnishgather should detect if the modules have already been loaded, and only execute the iptables commands if they have.

Fixed in revision f635c0b.