[Libvir] [patch 0/9] Add support for Fedora lokkit's --custom-rules option
by Mark McLoughlin
Hey,
When the iptables support was first added to libvirtd,
we proposed a change to iptables to allow us to register our
rules so that the rules would be automatically reloaded e.g.
"service iptables restart" was run or if the user modified
their firewall configuration with system-config-firewall. See:
https://bugzilla.redhat.com/227011
That proposal wasn't accepted and so users must
currently force libvirt to reload its iptables configuration
using SIGHUP in those circumstances.
However, since Fedora 8, lokkit has grown a --custom-rules
option which we can use to achieve the same effect. The following
series of patches does just that.
Most of the patches are pretty trivial; the only really
significant one is 7/9.
(Oh, 7/9 requires Dan's virFileReadAll() patch)
Thanks,
Mark.
--
17 years
[Libvir] [PATCH] #include "config.h" needed
by Richard W.M. Jones
There is one file missing:
#include "config.h"
which ought to be included at the beginning of every C file. If
missing, it causes problems on Windows -- in particular the C99 keyword
'restrict' won't be recognised and that causes compile errors all over
the place.
I've also changed a few <config.h> --> "config.h", which I think is more
correct because config.h is a local file and should never come from the
system include files (CC'd to Jim Meyering -- is this right in your
opinion?)
Rich.
--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in
England and Wales under Company Registration No. 03798903
17 years
Re: [Libvir] java-libvirt on cvs:libvirt.org
by Richard W.M. Jones
[Sorry, accidentally deleted the attached message while combing through
the awesome amount of spam that this list receives ...]
--
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in
England and Wales under Company Registration No. 03798903
17 years