Name Mode Size
.gitignore 100644 0 kb
README.md 100644 0 kb
no-iptables.c 100644 3 kb
test 100755 0 kb
README.md
Prevent libvirtd from adding iptables rules by calling /sbin/iptables or /sbin/ip6tables. Let it call "iptables --version" though. Compile with: gcc -shared -ldl -fPIC no-iptables.c -o no-iptables.so If needed, add -DNOIPTABLES_DEBUG Usage: LD_PRELOAD=/path/to/no-iptables.so libvirtd