libvirt/qemud
Mark McLoughlin 3ea88b568d Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/iptables.[ch]: add code for managing iptables
        rules.

        * qemud/Makefile.am: add iptables.[ch].

        * qemud/qemud.c: add and remove iptables rules as
        appropriate.

        * qemud/conf.c: when starting a guess, add a rule
        allowing it to forward packets across the networks
        bridge.

        * qemud/internal.h: add iptables context ptr

        * configure.in: add --with-iptables-dir and
        --with-iptables-prefix to allow us to put our rules
        in a chain with the given prefix and save the rules
        in files in the given dir so as to integrate with
        the proposed "service iptables restart" solution
        in:

           https://bugzilla.redhat.com/227011
2007-02-14 16:26:42 +00:00
..
.cvsignore Added QEMU support 2007-02-14 01:40:09 +00:00
bridge.c Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:02:40 +00:00
bridge.h Tue Feb 14 16:02:23 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:02:40 +00:00
conf.c Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
conf.h Tue Feb 14 15:07:26 EST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:07:27 +00:00
dispatch.c Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
dispatch.h Added QEMU support 2007-02-14 01:40:09 +00:00
driver.c Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
driver.h Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
internal.h Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
iptables.c Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
iptables.h Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
Makefile.am Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00
protocol.h Tue Feb 14 16:17:51 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:20:38 +00:00
qemud.c Tue Feb 14 16:23:25 IST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 16:26:42 +00:00