]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: nwfilter: Provide only virNWFilterDefParse
authorPeter Krempa <pkrempa@redhat.com>
Fri, 23 Sep 2022 08:36:36 +0000 (10:36 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2022 08:54:25 +0000 (10:54 +0200)
commit5ea1d0432263748b8dc683d57c5afaff236f7bb4
tree21518b2749e255d30b74d008aaafbad49d296b08
parent2a8998d42767feb4145dd3be8ccd5f1c492b1bba
conf: nwfilter: Provide only virNWFilterDefParse

Replace virNWFilterDefParseString/File with the common function.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/conf/virnwfilterobj.c
src/libvirt_private.syms
src/nwfilter/nwfilter_driver.c
tests/nwfilterxml2firewalltest.c
tests/nwfilterxml2xmltest.c