]> git.ipfire.org Git - thirdparty/libvirt.git/commit
iptables: don't log command probe failures
authorEric Blake <eblake@redhat.com>
Mon, 10 Mar 2014 21:56:44 +0000 (15:56 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 11 Mar 2014 23:43:47 +0000 (17:43 -0600)
commite686ce8aa23d0d43e563c81d73a34631795ba4e1
tree2a69c03405839cef61690d46f3840c9ccbd358e4
parentf68246ac94f7dd940ef85e0d4133d937c2b8f7a7
iptables: don't log command probe failures

Commit b9dd878f caused a regression in iptables interaction by
logging non-zero status at a higher level than VIR_INFO.  Revert
that portion of the commit, as well as adding a comment explaining
why we check the status ourselves.

Reported by Nehal J Wani.

* src/util/viriptables.c (virIpTablesOnceInit): Undo log regression.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/viriptables.c