libvirt/src/nwfilter
Stefan Berger cab5a52aa2 nwfilter: fix loadable module support
Following Daniel Berrange's multiple helpful suggestions for improving
this patch and introducing another driver interface, I now wrote the
below patch where the nwfilter driver registers the functions to
instantiate and teardown the nwfilters with a function in
conf/domain_nwfilter.c called virDomainConfNWFilterRegister. Previous
helper functions that were called from qemu_driver.c and qemu_conf.c
were move into conf/domain_nwfilter.h with slight renaming done for
consistency. Those functions now call the function expored by
domain_nwfilter.c, which in turn call the functions of the new driver
interface, if available.
2010-06-21 14:18:31 -04:00
..
nwfilter_driver.c nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
nwfilter_driver.h filter new files through cppi, so syntax-check passes once again 2010-03-26 22:47:30 +01:00
nwfilter_ebiptables_driver.c nwfilter: add XML attribute to control iptables state match 2010-06-17 14:12:34 -04:00
nwfilter_ebiptables_driver.h Extend fwall-drv interface and call functions via interface 2010-04-20 17:07:15 -04:00
nwfilter_gentech_driver.c nwfilter: skip some interfaces on filter update 2010-05-03 18:14:58 -04:00
nwfilter_gentech_driver.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
nwfilter_learnipaddr.c Syncronize the teardown of rules with the thread 2010-04-30 08:10:12 -04:00
nwfilter_learnipaddr.h Syncronize the teardown of rules with the thread 2010-04-30 08:10:12 -04:00