]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move virNWFilterTechDriver struct out of nwfilter_conf.h
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 24 Mar 2014 12:32:37 +0000 (12:32 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 25 Apr 2014 14:44:09 +0000 (15:44 +0100)
commitbc46c7fb92bd939494e1ee599fd47dd2ec8a3bde
tree38858eb4f4380021e61db5722b77afa83d9f845a
parent9b095625e4d983e6ed3b633a170ca5ff95c67c41
Move virNWFilterTechDriver struct out of nwfilter_conf.h

The virNWFilterTechDriver struct is nothing to do with the nwfilter
XML configuration. It stores data specific to the driver implementation
so should be in a header in the driver directory instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/Makefile.am
src/conf/nwfilter_conf.h
src/nwfilter/nwfilter_dhcpsnoop.h
src/nwfilter/nwfilter_ebiptables_driver.h
src/nwfilter/nwfilter_gentech_driver.h
src/nwfilter/nwfilter_learnipaddr.h
src/nwfilter/nwfilter_tech_driver.h [new file with mode: 0644]