]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert nwfilter ebtablesApplyDHCPOnlyRules to virFirewall
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 14 Mar 2014 16:25:12 +0000 (16:25 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Apr 2014 14:44:10 +0000 (15:44 +0100)
commit423735d763ab8f8613912fd5130167d9c7e29cbf
treedfac13086a09f88864c02529a71e34e7940e426b
parentd01eb153035a8ad8d4317552e195782b74f5921d
Convert nwfilter ebtablesApplyDHCPOnlyRules to virFirewall

Convert the nwfilter ebtablesApplyDHCPOnlyRules 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