]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Extend fwall-drv interface and call functions via interface
authorStefan Berger <stefanb@us.ibm.com>
Tue, 20 Apr 2010 21:07:15 +0000 (17:07 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Tue, 20 Apr 2010 21:07:15 +0000 (17:07 -0400)
commitc8f4dcca6a25f749303569b9ac9490fe66d176b8
treeb4a533a8dcb2d8372ec30af19838130f1ac8034b
parent8f342c6f9a5935cc84d9b7c8eec095ca1de2dffb
Extend fwall-drv interface and call functions via interface

I am moving some of the eb/iptables related functions into the interface
of the firewall driver and am making them only accessible via the driver's
interface. Otherwise exsiting code is adapted where needed. I am adding one
new function to the interface that checks whether the 'basic' rules can be
applied,  which will then be used by a subsequent patch.
src/conf/nwfilter_conf.h
src/nwfilter/nwfilter_ebiptables_driver.c
src/nwfilter/nwfilter_ebiptables_driver.h
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_learnipaddr.c
src/nwfilter/nwfilter_learnipaddr.h