]> xenbits.xensource.com Git - libvirt.git/commit
Convert nwfilter ebiptablesTearNewRules to virFirewall
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 14 Mar 2014 12:48:33 +0000 (12:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Apr 2014 14:44:10 +0000 (15:44 +0100)
commit138ef25e99d2f932a9253739589c875881b13d08
treef750ec19232d4aab5dbab2a5a44b2cbaa274dc9a
parentd7b83ab7c3e8268f91ea45562e975d417806f0a5
Convert nwfilter ebiptablesTearNewRules to virFirewall

Convert the nwfilter ebiptablesTearNewRules method to use the
virFirewall object APIs instead of creating shell scripts
using virBuffer APIs. This provides a performance improvement
through allowing direct use of firewalld dbus APIs and will
facilitate automated testing.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/nwfilter/nwfilter_ebiptables_driver.c
tests/nwfilterebiptablestest.c